Commit cf68755b by Tobin

Merge branch 'master' into 'production'

DAILY COMMIT See merge request !12
parents 4bec71e0 53033c6d
......@@ -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