-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
I had to go over the code and fix this myself, but this would experiance on other versions i believe, when you.
On completed Loading of site, the Overlay becomes stuck on top with opacity of 0, making the stuff behind the loading screen unclickable.
The way i was able to fix this, is to go to line 139 of jquery.SplashScreen.js just after :
element.style.filter = 'alpha(opacity = ' + (newOpVal * 100) + ')';
and add :
element.style.display = "none";
Metadata
Metadata
Assignees
Labels
No labels