fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15280]


From: nelson . guerra
Subject: [Fmsystem-commits] [15280]
Date: Tue, 14 Jun 2016 01:57:29 +0000 (UTC)

Revision: 15280
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15280
Author:   nelson224
Date:     2016-06-14 01:57:29 +0000 (Tue, 14 Jun 2016)
Log Message:
-----------


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

Modified: branches/dev-syncromind-2/phpgwapi/js/jquery/common.js
===================================================================
--- branches/dev-syncromind-2/phpgwapi/js/jquery/common.js      2016-06-14 
01:54:42 UTC (rev 15279)
+++ branches/dev-syncromind-2/phpgwapi/js/jquery/common.js      2016-06-14 
01:57:29 UTC (rev 15280)
@@ -381,12 +381,15 @@
                ajax: ajax_def,
                fnServerParams: function (aoData)
                {                       
-                       if (!$.isEmptyObject(eval('paramsTable' + 
container.substr(container.length -1, 1))))
-                       {       
-                               $.each(eval('paramsTable' + 
container.substr(container.length -1, 1)), function (k, v)
-                               {
-                                       aoData[k] = v;
-                               });
+                       if ($.isNumeric(container.substr(container.length -1, 
1)))
+                       {
+                               if (!$.isEmptyObject(eval('paramsTable' + 
container.substr(container.length -1, 1))))
+                               {       
+                                       $.each(eval('paramsTable' + 
container.substr(container.length -1, 1)), function (k, v)
+                                       {
+                                               aoData[k] = v;
+                                       });
+                               }
                        }
 
                        if (typeof (aoData.order) != 'undefined')




reply via email to

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