X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=js%2Fmenu-common.js;h=0464221427f00cd46e689a34af7ebadff5022c37;hb=8da353fa4bb729bb3299d247803c23833a52a327;hp=b02551fe5238c4d40d53974fcc27400dbeca08e8;hpb=63f159414369b5ea19a8ca75d8cd8033c45d8341;p=mailer.git diff --git a/js/menu-common.js b/js/menu-common.js index b02551fe52..0464221427 100644 --- a/js/menu-common.js +++ b/js/menu-common.js @@ -49,7 +49,7 @@ function changeMenuFoldState (mode, currentAction, action, what) { var current = document.getElementById(id); // Is it displayed? - if (menuStates[id] == true) { + if (menuStates[id] === true) { // Then hide it hideMenu(current, id); } else {