I am working with a wordpress theme called make-theme from studio-themes. This
theme implements jquery.loader.js. Basically it adds and removes a loader div
that covers the entire page as 'pre-loader'.
I have found that in upclick.js, on the following code:
...
doc.body.insertBefore(container, doc.body.firstChild);
...
somehow disables the pre-loader to self-hid, so that the pre-loader is stuck.
Any ideas on why it happens?
Anyways, any feedback is greatly appreciated. Many thanks!
Original issue reported on code.google.com by gdprab...@gmail.com on 28 Jan 2014 at 5:12
Original issue reported on code.google.com by
gdprab...@gmail.com
on 28 Jan 2014 at 5:12