I added a preloader to my website that works with ruby ββon rails, it seems to work fine, but because of the pusher web sites, the preloader does not end, it waits all the time, I tried this on my footer,
<script> window.paceOptions = { ajax: { trackWebSockets: false, ignoreURLs: [/pusher/, /heap/] } } </script>
but it didnβt work. how can i solve this problem?
source share