X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/fe7ce01de366afa8ecfd1fafc5e355097eae1197..1904d8c63b2ab4172b36b117ec476c81c690ca86:/js/switchmenuframe.js diff --git a/js/switchmenuframe.js b/js/switchmenuframe.js index 27d0736e8..ed7c48f29 100644 --- a/js/switchmenuframe.js +++ b/js/switchmenuframe.js @@ -1,8 +1,7 @@ -var vSwitch_Menu = 0; +var vSwitch_Menu = 1; function Switch_Menu() { vSwitch_Menu=!vSwitch_Menu; SetMenuFolded(vSwitch_Menu); - $.cookie('html-menu-folded', vSwitch_Menu); } function SetMenuFolded(on) { if (on) { @@ -14,6 +13,5 @@ function SetMenuFolded(on) { } } $(function(){ - vSwitch_Menu = $.cookie('html-menu-folded'); SetMenuFolded(vSwitch_Menu); })