9elements / loadie.js

Loadie.js is a lightweight jQuery plugin to create a preloader that doesn't suck and that is used by big firms.
http://9elements.github.io/loadie.js/
MIT License
399 stars 93 forks source link

Progress bar stops at about 95% stay there #1

Closed pavelbinar closed 10 years ago

pavelbinar commented 10 years ago

I have implement you preloader script with example code from github. It works well on my local server but it have bug on live/production server.

Problem is that progress bar stops at about 95% of progress and stays there.

Here is my production server: http://www.pavelbinar.cz/ Here is my repository: https://github.com/pavelbinar/pavelbinar.cz loadie.js implementation: https://github.com/pavelbinar/pavelbinar.cz/commit/5210205a6d843efc5cd9f7595cc2995017f2234e

Tested on: Chrome 30.0.1599.101 on OS X 10.9 Mavericks Firefox 25.0 on OS X 10.9 Mavericks Safari 7.0 on OS X 10.9 Mavericks

Thanks! P.

keeev commented 10 years ago

Looks good now on your production server, do you still have problems with it?

iduuck commented 10 years ago

Sorry for the late response. Yes, looks good now on the production. Hope everything is well.

Edit: I am closing this thread now.

pavelbinar commented 10 years ago

Yes, you have right! Well, I do not know why, but it is OK by now. Thanks anyway! :) BTW: Cool plugin.