fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [13115]


From: Nelson Guerra
Subject: [Fmsystem-commits] [13115]
Date: Wed, 29 Apr 2015 22:03:18 +0000

Revision: 13115
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13115
Author:   nelson224
Date:     2015-04-29 22:03:18 +0000 (Wed, 29 Apr 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/phpgwapi/js/jquery/common.js

Modified: branches/dev-syncromind/phpgwapi/js/jquery/common.js
===================================================================
--- branches/dev-syncromind/phpgwapi/js/jquery/common.js        2015-04-29 
22:02:54 UTC (rev 13114)
+++ branches/dev-syncromind/phpgwapi/js/jquery/common.js        2015-04-29 
22:03:18 UTC (rev 13115)
@@ -407,8 +407,8 @@
                var width = options['width'] || 750;
                var height = options['height'] || 450;
                var closeAction = options['closeAction'] || false;
+               
 
-
                var requestUrl = phpGWLink('index.php', oArgs);
                TINY.box.show({iframe:requestUrl, 
boxid:'frameless',width:width,height:height,fixed:false,maskid:'darkmask',maskopacity:40,
 mask:true, animate:true, close: 
true,closejs:function(){JqueryPortico.onPopupClose(closeAction);}});
        };
@@ -422,6 +422,11 @@
                if(closeAction=='close')
                {
                        TINY.box.hide();
+                       
+                       if(typeof(afterPopupClose) == 'function')
+                       {
+                               afterPopupClose();
+                       }
                }
        };
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]