Website FAQ
Contents
5eTools FAQ
How do I Report a Typo?
There are none. (Kidding.)
Go to the discord server #typos channel and post the location, specifics about the typo and what is the accurate replacement of the text in question.
How do I Report a Bug?
First, you're going to have to walk through basic Troubleshooting steps to confirm
It's not working or working poorly. What do I do to fix that?
I get the message that the js files from jsdelivr.net couldn't be loaded. anyone else got that problem too?
====That means the CDN is being blocked, likely by your provider. You may wish to check on that. If you are attempting to run the site local, and offline you need to download the components locally.====
<script type="text/javascript" src="https://cdn.jsdelivr.net/combine/npm/[email protected]/dist/jquery.min.js,npm/[email protected]/dist/js/bootstrap.min.js,npm/[email protected]/droll.min.js,npm/[email protected]/dist/list.min.js,gh/weixsong/[email protected]/elasticlunr.min.js,gh/ajaxorg/[email protected]/src-min/ace.js"></script> <script> window.jQuery || document.write('<script src="local_path_of_file"><\/script>'); </script>