Save position of layout into cookie

This commit is contained in:
Laurent Destailleur 2010-10-02 13:12:54 +00:00
parent 4cd07cb7c8
commit e1acc4cf72

View File

@ -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 */
});
});
</SCRIPT>";