Commit 53033c6d by Tobin

DAILY COMMIT

parent f79e840d
...@@ -46,6 +46,14 @@ ...@@ -46,6 +46,14 @@
}); });
}); });
<?php break; <?php break;
case 'Ride-scheduled_rides': ?>
jQuery(function () {
jQuery('.datatable').DataTable({
"ordering" : jQuery(this).data("ordering"),
"order": [[ 1, "asc" ]]
});
});
<?php break;
default : ?> default : ?>
jQuery(function () { jQuery(function () {
jQuery('.datatable').DataTable({ 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