Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firefox hangs on page loading #128

Open
T0b1-iOS opened this issue Dec 1, 2020 · 2 comments
Open

Firefox hangs on page loading #128

T0b1-iOS opened this issue Dec 1, 2020 · 2 comments

Comments

@T0b1-iOS
Copy link

T0b1-iOS commented Dec 1, 2020

Hello,

it seems that Firefox is unable to correctly load the webinterface and instead just hangs with seemingly random status messages in the bottom-left corner.
Quick debugging showed that the issue is caused by this line in setTheme.js
document.querySelector( 'link[href*="toggle-bootstrap-dark-overlay.min.css"]' ).disabled = false;
more specifically, the .disabled = false; part.

Chrome & Safari work fine.
Since I'm not overly familiar with the dark magic you seem to be doing regarding the dark-theme.min.css I wanted to ask if this is a bug in your code, in Firefox or if I just didn't properly set up the serverside part of the webinterface which is probably more likely.

Regards
T0b1

@T0b1-iOS
Copy link
Author

Thanks, that fixes the issue!
You just need to also apply it in login.php and register.php

@LordByronRS
Copy link
Collaborator

#141 Just created a new pull request to fix this on every site.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants