fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15275] typo


From: sigurdne
Subject: [Fmsystem-commits] [15275] typo
Date: Fri, 10 Jun 2016 12:38:32 +0000 (UTC)

Revision: 15275
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15275
Author:   sigurdne
Date:     2016-06-10 12:38:32 +0000 (Fri, 10 Jun 2016)
Log Message:
-----------
typo

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

Modified: trunk/phpgwapi/js/jquery/common.js
===================================================================
--- trunk/phpgwapi/js/jquery/common.js  2016-06-10 11:09:00 UTC (rev 15274)
+++ trunk/phpgwapi/js/jquery/common.js  2016-06-10 12:38:32 UTC (rev 15275)
@@ -274,6 +274,7 @@
        var editor_cols = [];
        var allrows = options['allrows'] || false;
        var pageLength = options['rows_per_page'] || 10;
+       data = data || {};
 
        for (i = 0; i < columns.length; i++)
        {
@@ -337,8 +338,6 @@
                lengthMenu[1].push(data.length);
        }
 
-
-
        var language = null;
        try
        {
@@ -348,8 +347,6 @@
        {
        }
 
-       data = data || {};
-
        if (ajax_url)
        {
                var ajax_def = {url: ajax_url, data: {}, type: 'GET'};




reply via email to

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