Commit 53033c6d by Tobin

DAILY COMMIT

parent f79e840d
......@@ -46,6 +46,14 @@
});
});
<?php break;
case 'Ride-scheduled_rides': ?>
jQuery(function () {
jQuery('.datatable').DataTable({
"ordering" : jQuery(this).data("ordering"),
"order": [[ 1, "asc" ]]
});
});
<?php break;
default : ?>
jQuery(function () {
jQuery('.datatable').DataTable({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment