[limb-svn] r5804 - 3.x/trunk/limb/web_app/src/controller

svn at limb-project.com svn at limb-project.com
Fri May 4 15:38:49 MSD 2007


Author: pachanga
Date: 2007-05-04 15:38:49 +0400 (Fri, 04 May 2007)
New Revision: 5804
URL: http://fisheye.limb-project.com/changelog/limb/?cs=5804

Modified:
   3.x/trunk/limb/web_app/src/controller/lmbController.class.php
Log:
-- lmbController :: closePopup() javascript better window.opener checks

Modified: 3.x/trunk/limb/web_app/src/controller/lmbController.class.php
===================================================================
--- 3.x/trunk/limb/web_app/src/controller/lmbController.class.php	2007-05-04 11:38:18 UTC (rev 5803)
+++ 3.x/trunk/limb/web_app/src/controller/lmbController.class.php	2007-05-04 11:38:49 UTC (rev 5804)
@@ -144,7 +144,7 @@
 
   function closePopup()
   {
-    $this->response->write('<html><script>window.opener.focus();window.opener.location.reload();window.close();</script></html>');
+    $this->response->write('<html><script>if(window.opener){window.opener.focus();window.opener.location.reload();window.close();}</script></html>');
   }
 
   protected function _mapCurrentActionToMethod()



More information about the limb-svn mailing list