Changeset:
244ea3f36356
https://sourceforge.net/p/mrbs/hg-code/ci/244ea3f3635647af97d4ce2278feb7c48508d56d
Author:
Campbell Morrison <[email protected]>
Date:
Fri Oct 02 17:37:28 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 66d324dc5c92 -r 244ea3f36356 web/js/search.js.php
--- a/web/js/search.js.php Fri Oct 02 17:30:19 2015 +0100
+++ b/web/js/search.js.php Fri Oct 02 17:37:28 2015 +0100
@@ -59,7 +59,7 @@
?>
tableOptions.ajax = "<?php echo $ajax_url ?>";
<?php // Get the types and feed those into dataTables ?>
- tableOptions.aoColumnDefs = getTypes($('#search_results'));
+ tableOptions.columnDefs = getTypes($('#search_results'));
makeDataTable('#search_results', tableOptions, {"leftColumns": 1});
------------------------------------------------------------------------------
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits