javascript - Endless "loading" of the page due to JQuery script. How to solve it? -
my page stays in endless loading state due "emoji.js" script (google chrome testing). endless loading disables "emoji" smileys appearing , see them in text code. when hit "stop" cross button in chrome...they appear!
it seems dumb issue can't figure out how solve it! others jquery scrips works fine, don't understand...
you have livereload
, on specific port, @ end of page.
it injecting code @ end of page load script file:
view-source:raphaelmartin.olympe.in:35729/livereload.js?snipver=1
if try access file directly same loading forever problem.
start removing until sort out :)
if view network traffic of page, e.g. in chrome's f12 debugging tools, there red entry js file, has status of:
(failed) net::err_connection_timed_out
Comments
Post a Comment