mirror of
https://github.com/Piwigo/piwigo-elegant.git
synced 2026-07-06 01:41:01 +02:00
cleaning code and wrong EOL
additional semicolon, uses of === instead of ==
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@
|
||||
if (menubar.length == 1 && p_main_menu!="disabled") {
|
||||
menuswitcher.html('<div class="switchArrow"> </div>');
|
||||
|
||||
if (session_storage['page-menu'] == undefined && p_main_menu == 'off') {
|
||||
if (session_storage['page-menu'] === undefined && p_main_menu == 'off') {
|
||||
session_storage['page-menu'] = 'hidden';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user