Open main menu

Changes

341 bytes added ,  11:22, 22 June 2016
m
no edit summary
For instance, if you put the [[JavaScript|JavaScript]] code for [[wp:User:Cacycle/wikEd | wikEd]] in there, it will make the WikEd editor available to all users of the local wiki.
[[Category:Wiki]]
 
== Debugging JavaScript ==
<ol>
<li> Access the developer tools of your browser
<ul>
<li>Chrome <code>CTRL + SHIFT + J</code>
<li>Firefox <code>CTRL + SHIFT + I</code>
</ul>
<li>Go to the console tab (look for errors)
<li>append <code>?debug=true</code> to the URL and reload the page. This will give you non-minified JavaScript.
</ol>
4,558

edits