Your code is, for a reason or another, compacted. That means it is written now unwrapped (in a single line). But the code has some comments (like // Higher value = faster, and so on). When you bring the javascript code in a single line, everything after the first delimiter // becomes a comment, thus there is no code to be run.
Wrap the code. Or see why it is the code compacted. Is there a server-side feature? Or remove all the comments. And make sure that all the logical code lines end with ;


Reply With Quote

Bookmarks