Reputation: 1188
The slider is not showing up on internet explorer, but after I refresh it some times it starts working. Obviously that's not an acceptable behaviour, but I can't understand what the issue is.
It works fine on all the other browsers, firefox, safari, chrome...so it's just IE
It seems the JS scripts are not being loaded initially
Upvotes: 0
Views: 138
Reputation: 1924
Remove the console.log()
lines (or comment them out) in your js files, then it should work in IE.
Upvotes: 1