From e1acc4cf72b5dbf730179e580b47d62179d89899 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 2 Oct 2010 13:12:54 +0000 Subject: [PATCH] Save position of layout into cookie --- htdocs/ecm/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/ecm/index.php b/htdocs/ecm/index.php index b15a78574c4..bdcc41f80fe 100644 --- a/htdocs/ecm/index.php +++ b/htdocs/ecm/index.php @@ -224,7 +224,7 @@ html, body { , west__slidable: true , west__resizable: true , west__togglerLength_closed: '100%' - , useStateCookie: false /* Put this to false for dev */ + , useStateCookie: true /* Put this to false for dev */ }); jQuery('div.ui-layout-center').layout({ @@ -234,7 +234,7 @@ html, body { , south__miSize: 34 , south__resizable: false , south__closable: false - , useStateCookie: false /* Put this to false for dev */ + , useStateCookie: true /* Put this to false for dev */ }); }); ";