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:
Ingo Schommer 2009-11-21 02:37:14 +00:00
parent a3bfa49f60
commit bc55ad37d5

View File

@ -19,7 +19,7 @@ var ss_MainLayout;
ss_MainLayout = this._setupLayout();
this.setMainLayout(ss_MainLayout);
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
// to avoid overlapping height changes in different onresize() methods