I added preloader to my website which runs with ruby on rails, it seems it works perfectly, but because of pusher websockets, preloader does not end, it waits all the time, i tried this at my footer,
<script>
window.paceOptions = {
ajax: {
trackWebSockets: false,
ignoreURLs: [/pusher/, /heap/]
}
}
</script>
but it did not work. how can I solve this problem?
I tried this one, it worked. :)
Pace.options.ajax.trackWebSockets = false;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With