X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=js%2Fmenu-common.js;h=b02551fe5238c4d40d53974fcc27400dbeca08e8;hp=d469daf17197ec92325bc42b0dc545a74f2e91b3;hb=63f159414369b5ea19a8ca75d8cd8033c45d8341;hpb=a454def0bfba8288ffc839d034c710f034cf4728 diff --git a/js/menu-common.js b/js/menu-common.js index d469daf171..b02551fe52 100644 --- a/js/menu-common.js +++ b/js/menu-common.js @@ -1,4 +1,4 @@ -/* +/** * JavaScript for folding/unfolding menus * -------------------------------------------------------------------- * $Revision:: $ @@ -7,7 +7,7 @@ * $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 @@ -27,8 +27,8 @@ */ // Init variables -var menuStates = []; -var id = null; +var menuStates = new Array(); +var id = null; /** * Function to fold all menus and unfold current (mainAction) one