JavaScript blocks other scripts on the page -
I have some javascript files that I have embedded in a degena app page. They can freely without any problems Work, but a script block prevents it from running properly where I include it.
The errors I get are:
jquery.min.js: 1 Unkit type error: tap main. JS can not read asset offsetwid: 39 body.scrollTop is deprecated in strict mode. If in strict mode and 'body.scrollTop' is in quirks mode only, please use 'documentElement.scrollTop'. Jquery.min.js: 4 body.scrollLeft is deprecated in strict mode. If there is a strict mode then please use 'documentElement.scrollLeft'
All my scripts are imported here:
Comments
Post a Comment