summaryrefslogtreecommitdiffstats
path: root/dashboard/src/templates/account/user_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/src/templates/account/user_list.html')
-rw-r--r--dashboard/src/templates/account/user_list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/src/templates/account/user_list.html b/dashboard/src/templates/account/user_list.html
index 58ddda6..e564524 100644
--- a/dashboard/src/templates/account/user_list.html
+++ b/dashboard/src/templates/account/user_list.html
@@ -47,7 +47,7 @@
<script type="text/javascript">
$(document).ready(function () {
$('#table').DataTable({
- scrollX: true,
+ scrollX: true,
"order": [[0, "asc"]]
});
});