bootup.js icon indicating copy to clipboard operation
bootup.js copied to clipboard

Advanced File Loading, not working...

Open tadaskarpavicius opened this issue 13 years ago • 1 comments

Have you tried your examples? I can't get it to work.

When i launch page with empty "localStorage", everything works fine, and main_template.html appears in the body. Also "var cachedFiles" contains "getFile" method.

But when i refresh the page "var cachedFiles" becomes undefined and i get "Uncaught TypeError: Cannot call method 'appendChild' of null" (bootup.js line 177).

Do i need to get html files manually from cache?

tadaskarpavicius avatar Nov 09 '12 10:11 tadaskarpavicius

That's weird, I'll take a look at it as it is how it's implemented on Trade Me.

djmc avatar Nov 13 '12 16:11 djmc