facebook

project_custom.js App does not see

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 2 posts - 16 through 17 (of 17 total)
  • Author
    Posts
  • #339436

    jefflefavi
    Member

    Hi Octavio,

    That fixed that problem. Thank you.

    Why did the double quote make my javascript file unusable?

    Thanks again.
    Jeff

    #339469

    @jefflefavi,

    The problem is not the double quote, the problem is that you mixed it, you can use either:

    alert(“end of get_device”); or
    alert(‘end of get_device’);

    But you can’t mix what you use to start the message string and to close it. Hope this make sense.

Viewing 2 posts - 16 through 17 (of 17 total)
Reply To: project_custom.js App does not see

You must be logged in to post in the forum log in