[limb-svn] r5853 - 2.x/trunk/shared/js/Limb
svn at limb-project.com
svn at limb-project.com
Thu May 10 13:39:15 MSD 2007
Author: momental
Date: 2007-05-10 13:39:15 +0400 (Thu, 10 May 2007)
New Revision: 5853
URL: http://fisheye.limb-project.com/changelog/limb/?cs=5853
Modified:
2.x/trunk/shared/js/Limb/window.js
Log:
-- delete last changes
Modified: 2.x/trunk/shared/js/Limb/window.js
===================================================================
--- 2.x/trunk/shared/js/Limb/window.js 2007-05-10 09:16:47 UTC (rev 5852)
+++ 2.x/trunk/shared/js/Limb/window.js 2007-05-10 09:39:15 UTC (rev 5853)
@@ -133,9 +133,6 @@
{
Limb.window.register(this.windowName, this);
- if(this.openHandler && !this.openHandler())
- return;
-
if(!this.window.limbWindowWidth)
this.window.limbWindowWidth = this.parentWindow.getRect().getWidth() * 0.85;
@@ -143,6 +140,8 @@
this.window.limbWindowHeight = this.parentWindow.getRect().getHeight() * 0.9;
this.centreWindow(this.window.limbWindowWidth, this.window.limbWindowHeight);
+
+ this.openHandler();
},
onClose: function()
More information about the limb-svn
mailing list