fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12850]


From: Nelson Guerra
Subject: [Fmsystem-commits] [12850]
Date: Thu, 12 Mar 2015 00:25:59 +0000

Revision: 12850
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12850
Author:   nelson224
Date:     2015-03-12 00:25:59 +0000 (Thu, 12 Mar 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/property/inc/class.uirequest.inc.php

Modified: branches/dev-syncromind/property/inc/class.uirequest.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.uirequest.inc.php        
2015-03-11 23:24:54 UTC (rev 12849)
+++ branches/dev-syncromind/property/inc/class.uirequest.inc.php        
2015-03-12 00:25:59 UTC (rev 12850)
@@ -893,8 +893,10 @@
                                        $code = <<<JS
                                                function 
initCompleteDatatable(oSettings, json, oTable) 
                                                { 
-                                                       var api = oTable.api();
-                                                       api.search( '$query' 
).draw();
+                                                       setTimeout(function() {
+                                                               var api = 
oTable.api();
+                                                               api.search( 
'$query' ).draw();
+                                                       }, 1);
                                                }
 JS;
 




reply via email to

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