Skip to content

Error on Loading Complete #3

@FennixCoding

Description

@FennixCoding

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions