fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12770]


From: Nelson Guerra
Subject: [Fmsystem-commits] [12770]
Date: Thu, 19 Feb 2015 23:11:37 +0000

Revision: 12770
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12770
Author:   nelson224
Date:     2015-02-19 23:11:37 +0000 (Thu, 19 Feb 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-02-19 
23:06:58 UTC (rev 12769)
+++ branches/dev-syncromind/phpgwapi/js/jquery/common.js        2015-02-19 
23:11:37 UTC (rev 12770)
@@ -194,6 +194,13 @@
        }
 //     $(document).ready(function ()
 //     {
+               /*jQuery.fn.dataTable.Api.register( 'sum()', function () 
+               {
+                       return this.flatten().reduce( function ( a, b ) {
+                               return (a*1) + (b*1); // cast values in-case 
they are strings
+                       } );
+               });*/
+
                JqueryPortico.inlineTablesRendered += 1;
 
                var oTable = $("#" + container).dataTable({
@@ -303,7 +310,7 @@
                if(length > 0 && (offset+needle.length) > length)
                {
                        return false;
-               } 
+               }
                else
                {
                        cnt++;




reply via email to

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