Skip to content

Commit

Permalink
webui/js: initialize dev option
Browse files Browse the repository at this point in the history
- fix wrong menu trigger on first opening mode menu if dev opt is enabled.
  • Loading branch information
KOWX712 committed Jan 9, 2025
1 parent bef3714 commit 87b1ad1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions module/webroot/scripts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,7 @@ document.addEventListener('DOMContentLoaded', async () => {
await getCurrentMode();
await updateStatusFromModuleProp();
await loadVersionFromModuleProp();
await checkDevOption();
applyRippleEffect();
checkUpdateStatus();
checkRedirectStatus();
Expand Down

0 comments on commit 87b1ad1

Please sign in to comment.