]> git.mxchange.org Git - mailer.git/blobdiff - js/menu-common.js
Some more improvements:
[mailer.git] / js / menu-common.js
index b02551fe5238c4d40d53974fcc27400dbeca08e8..03359730f504ea3bc972e745d2323f7377c602a1 100644 (file)
@@ -7,7 +7,7 @@
  * $Author::                                                          $
  * --------------------------------------------------------------------
  * Copyright (c) 2003 - 2009 by Roland Haeder
- * Copyright (c) 2009 - 2012 by Mailer Developer Team
+ * Copyright (c) 2009 - 2013 by Mailer Developer Team
  * For more information visit: http://mxchange.org
  *
  * This program is free software; you can redistribute it and/or modify
@@ -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 {