fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13711]


From: Nelson Guerra
Subject: [Fmsystem-commits] [13711]
Date: Fri, 14 Aug 2015 00:18:39 +0000

Revision: 13711
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13711
Author:   nelson224
Date:     2015-08-14 00:18:39 +0000 (Fri, 14 Aug 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-08-13 
15:23:51 UTC (rev 13710)
+++ branches/dev-syncromind/phpgwapi/js/jquery/common.js        2015-08-14 
00:18:39 UTC (rev 13711)
@@ -217,7 +217,13 @@
 //     if (Object.keys(data).length == 0)
        if(ajax_url)
        {
-               var ajax_def = {url: ajax_url, data: {}, type: 'GET'};
+               if (ajax_url === 'reload')
+               {
+                       var ajax_def = false;
+               }
+               else {
+                       var ajax_def = {url: ajax_url, data: {}, type: 'GET'};
+               }
                var serverSide_def = true;
        }
        else




reply via email to

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