Note that there are some explanatory texts on larger screens.

plurals
  1. POJavascript not working suddenly on all browsers
    primarykey
    data
    text
    <p>Hi I have been working on a fairly simple page with very light and common javascript (simple query, less, a slider I've used before) Everything was just great until randomly all javascript stopped working in all browswers. My web inspector says this <img src="https://i.stack.imgur.com/OJkte.png" alt="enter image description here"></p> <p>All my javascript is showing up in another language in the web inspector and says "Semantic issue invalid character /u12709" I don't even know where that character is. When this happened I wasn't even working on javascript. I copied some text into the html, just copy. You can see the full page at densciencega.com or here is just the head code</p> <pre><code>&lt;head&gt; &lt;title&gt;Dent Science&lt;/title&gt; &lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt; &lt;script type="text/javascript" src="//use.typekit.net/yfc0oou.js"&gt;&lt;/script&gt; &lt;script type="text/javascript"&gt;try{Typekit.load();}catch(e){}&lt;/script&gt; &lt;link rel="stylesheet/less" type="text/css" href="main.less" /&gt; &lt;script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="scripts/less-1.3.3.min.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="scripts/main.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="scripts/smooth.pack.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="scripts/jquery.bxslider.min.js"&gt;&lt;/script&gt; &lt;/head&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload