Fix: Upgrade jquery layout library to fix a compatibility pb with jquery core 1.8.5

This commit is contained in:
Laurent Destailleur 2010-10-17 19:01:04 +00:00
parent c97a1c2e71
commit 69f266e518
5 changed files with 4102 additions and 8190 deletions

View File

@ -329,7 +329,7 @@ html, body {
, west__slidable: true
, west__resizable: true
, west__togglerLength_closed: '100%'
, useStateCookie: true /* Put this to false for dev */
, useStateCookie: true
});
jQuery('div.ui-layout-center').layout({
@ -339,7 +339,6 @@ html, body {
, south__minSize: 32
, south__resizable: false
, south__closable: false
, useStateCookie: true /* Put this to false for dev */
});
});
</SCRIPT>";

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff