mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
MINOR Removed debug code
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92622 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
a3bfa49f60
commit
bc55ad37d5
@ -19,7 +19,7 @@ var ss_MainLayout;
|
|||||||
ss_MainLayout = this._setupLayout();
|
ss_MainLayout = this._setupLayout();
|
||||||
this.setMainLayout(ss_MainLayout);
|
this.setMainLayout(ss_MainLayout);
|
||||||
layoutState.options.keys = "west.size,west.isClosed";
|
layoutState.options.keys = "west.size,west.isClosed";
|
||||||
$(window).unload(function(){ console.debug(layoutState);layoutState.save('ss_MainLayout') });
|
$(window).unload(function(){ layoutState.save('ss_MainLayout') });
|
||||||
|
|
||||||
// artificially delay the resize event 200ms
|
// artificially delay the resize event 200ms
|
||||||
// to avoid overlapping height changes in different onresize() methods
|
// to avoid overlapping height changes in different onresize() methods
|
||||||
|
Loading…
x
Reference in New Issue
Block a user