Random error with javascript file

We have created and downloaded the Samsung Smart TV app. And we get this case sensitive error:

"The file included in the application source code http://code.jquery.com/jquery-1.10.1.min.js may be case sensitive or not included in the application [filename: null funcName: line: code:]".

What does it mean?

+3


source to share


1 answer


The Samsungdforum app policy states that you should not use external sources for your app. (I cannot find the link at the moment, the site changes frequently)

You can download this file, save it in your original directory and include it in the relative path.



This error message can occur because the validator can expect relative URLs and cannot load HTTP links. But these are just my assumptions.

+1


source







All Articles