shashalien / upload-at-click

Automatically exported from code.google.com/p/upload-at-click
0 stars 0 forks source link

upclick + jquery.loader.js not working #47

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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