fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15304] jquery inline tables


From: sigurdne
Subject: [Fmsystem-commits] [15304] jquery inline tables
Date: Mon, 20 Jun 2016 06:58:27 +0000 (UTC)

Revision: 15304
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15304
Author:   sigurdne
Date:     2016-06-20 06:58:27 +0000 (Mon, 20 Jun 2016)
Log Message:
-----------
jquery inline tables

Modified Paths:
--------------
    trunk/phpgwapi/js/jquery/common.js

Modified: trunk/phpgwapi/js/jquery/common.js
===================================================================
--- trunk/phpgwapi/js/jquery/common.js  2016-06-18 01:05:25 UTC (rev 15303)
+++ trunk/phpgwapi/js/jquery/common.js  2016-06-20 06:58:27 UTC (rev 15304)
@@ -401,12 +401,15 @@
                {                       
                        try
                        {
-                               if (!$.isEmptyObject(eval('paramsTable' + 
container.substr(container.length -1, 1))))
+                               if 
($.isNumeric(container.substr(container.length -1, 1)))
                                {
-                                       $.each(eval('paramsTable' + 
container.substr(container.length -1, 1)), function (k, v)
+                                       if (!$.isEmptyObject(eval('paramsTable' 
+ container.substr(container.length -1, 1))))
                                        {
-                                               aoData[k] = v;
-                                       });
+                                               $.each(eval('paramsTable' + 
container.substr(container.length -1, 1)), function (k, v)
+                                               {
+                                                       aoData[k] = v;
+                                               });
+                                       }
                                }
                        }
                        catch (err)




reply via email to

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