Changeset:
        66d324dc5c92
        
https://sourceforge.net/p/mrbs/hg-code/ci/66d324dc5c927db476800c2234035dce820f12c6
Author:
        Campbell Morrison <[email protected]>
Date:
        Fri Oct 02 17:30:19 2015 +0100
Log message:

Converted to new style DataTables

diffstat:

 web/js/search.js.php |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 8ed9cf1d2397 -r 66d324dc5c92 web/js/search.js.php
--- a/web/js/search.js.php      Fri Oct 02 17:13:23 2015 +0100
+++ b/web/js/search.js.php      Fri Oct 02 17:30:19 2015 +0100
@@ -61,7 +61,7 @@
     <?php // Get the types and feed those into dataTables ?>
     tableOptions.aoColumnDefs = getTypes($('#search_results'));
       
-    makeDataTable('#search_results', tableOptions, {"iLeftColumns": 1});
+    makeDataTable('#search_results', tableOptions, {"leftColumns": 1});
 
     <?php
   }  //  if (function_exists('json_encode')) ?>

------------------------------------------------------------------------------
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to