You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi
i've easily extended you lib to css files (added "type" parameter)
so now it's a generic way to store js and css resources in local storage
may be it will be usefull for your app too
also, i've changed the way "script" tag line is added to the page source
i use document.write('<script id="' + name + '" src="', url, '"></script>');
thus javascript code in the js file is executed what is commonly needed and supposed
nice app
The text was updated successfully, but these errors were encountered:
hi
i've easily extended you lib to css files (added "type" parameter)
so now it's a generic way to store js and css resources in local storage
may be it will be usefull for your app too
also, i've changed the way "script" tag line is added to the page source
i use document.write('<script id="' + name + '" src="', url, '"></script>');
thus javascript code in the js file is executed what is commonly needed and supposed
nice app
The text was updated successfully, but these errors were encountered: