Skip to content

Commit decd502

Browse files
Comment out stuff that I think is part of left menu work
1 parent 4430bde commit decd502

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web/skins/classic/js/skin.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1568,9 +1568,11 @@ function initPageGeneral() {
15681568
window.addEventListener('beforeunload', function(event) {
15691569
//event.preventDefault();
15701570
let target;
1571+
/*
15711572
if (!useOldMenuView) {
15721573
closeMbExtruder(updateCookie = true);
15731574
}
1575+
*/
15741576
if (['montage', 'watch', 'devices', 'reports', 'monitorpreset', 'monitorprobe', 'onvifprobe'].includes(currentView)) {
15751577
target = $j('#page');
15761578
} else if (currentView == 'options') {

0 commit comments

Comments
 (0)