]> git.mxchange.org Git - mailer.git/blobdiff - js/menu-common.js
mailer project continued:
[mailer.git] / js / menu-common.js
index d469daf17197ec92325bc42b0dc545a74f2e91b3..b02551fe5238c4d40d53974fcc27400dbeca08e8 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/**
  * JavaScript for folding/unfolding menus
  * --------------------------------------------------------------------
  * $Revision::                                                        $
  * JavaScript for folding/unfolding menus
  * --------------------------------------------------------------------
  * $Revision::                                                        $
@@ -7,7 +7,7 @@
  * $Author::                                                          $
  * --------------------------------------------------------------------
  * Copyright (c) 2003 - 2009 by Roland Haeder
  * $Author::                                                          $
  * --------------------------------------------------------------------
  * Copyright (c) 2003 - 2009 by Roland Haeder
- * Copyright (c) 2009 - 2011 by Mailer Developer Team
+ * Copyright (c) 2009 - 2012 by Mailer Developer Team
  * For more information visit: http://mxchange.org
  *
  * This program is free software; you can redistribute it and/or modify
  * For more information visit: http://mxchange.org
  *
  * This program is free software; you can redistribute it and/or modify
@@ -27,8 +27,8 @@
  */
 
 // Init variables
  */
 
 // Init variables
-var menuStates = [];
-var id = null;
+var menuStates = new Array();
+var id         = null;
 
 /**
  * Function to fold all menus and unfold current (mainAction) one
 
 /**
  * Function to fold all menus and unfold current (mainAction) one