From 40e7d5d9f57e375fe9500fde6e5b985c45f9d0fe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Thu, 27 Sep 2012 11:58:26 +0200 Subject: [PATCH] cookie magic aus js/switchmenuframe.js entfernt, funktioniert nicht richtig --- js/switchmenuframe.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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); }) -- 2.20.1