Script Errors
-
Hey,
vstemplate-creator/js/mask-and-preloader.js creates the error –> ‘$’ of object [object Object] is not a function
I havent dug at all into the code so I’m not sure exactly what the popup is doing, but I think it should be able to be fixed by wrapping in jQuery anonymous function.
jQuery(window).bind(“load”, function() {
// vstemplate-creator code
});
I didn’t check what it’s doing but this may not work if loading something with a callback
- The topic ‘Script Errors’ is closed to new replies.