fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13721]


From: Nelson Guerra
Subject: [Fmsystem-commits] [13721]
Date: Fri, 14 Aug 2015 23:56:19 +0000

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