JavaScript runtime error: 'goinstant' is undefined -


I'm new to goinstant. I'm following the example and get the following error on the runtime.

Javascript Runtime Error: 'goinstant' is undefined

Here is the code:

   

Am I missing something? I should be warned by saying that I got an error before the forum about one. The error is:

\ n \ n Javascript key error in line1, column 1 in SCRIPT1014: invalid character

The issue is that the CDN is not giving your script correctly.

Use this to come back to the local copy from the HTML5 boilerplate:

  & lt; Script src = "https: //cdn.goinstant .net / v1 / platform.min.js" & gt; & Lt; / Script & gt; & Lt; Script & gt; Window.goinstant || Document.write ('& lt; script src = "js / vendor / platform.min.js" & gt; & lt; / script & gt;') & lt; / Script & gt;  

Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -