X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/fe7ce01de366afa8ecfd1fafc5e355097eae1197..6dd6719d91cf5a48acb6fb3731f9e143d7a7d83b:/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); })