diff --git a/lumi2/static/js/group_edit.js b/lumi2/static/js/group_edit.js index f30673e..88ddddc 100644 --- a/lumi2/static/js/group_edit.js +++ b/lumi2/static/js/group_edit.js @@ -1,19 +1,3 @@ -$(function() { - for (entry of $(".unsortable")) { - $(entry).data("sorter", false); - } - - $("table").tablesorter({ - theme: 'bootstrap', - headerTemplate: '{content} {icon}', - cssIcon: 'bi-arrow-down-up', - cssIconNone: '', - cssIconDisabled: '', - cssIconAsc: 'bi-arrow-up', - cssIconDesc: 'bi-arrow-down', - }); -}); - class UserEntry { constructor(username, isMember, rowElement) { this.username = username; diff --git a/lumi2/static/js/group_list.js b/lumi2/static/js/group_list.js deleted file mode 100644 index 909aa32..0000000 --- a/lumi2/static/js/group_list.js +++ /dev/null @@ -1,10 +0,0 @@ -$(function() { - $("table").tablesorter({ - theme: 'bootstrap', - headerTemplate: '{content} {icon}', - cssIcon: 'bi-arrow-down-up', - cssIconNone: '', - cssIconAsc: 'bi-arrow-up', - cssIconDesc: 'bi-arrow-down', - }); -}); diff --git a/lumi2/static/js/user_tables.js b/lumi2/static/js/user_tables.js deleted file mode 100644 index 909aa32..0000000 --- a/lumi2/static/js/user_tables.js +++ /dev/null @@ -1,10 +0,0 @@ -$(function() { - $("table").tablesorter({ - theme: 'bootstrap', - headerTemplate: '{content} {icon}', - cssIcon: 'bi-arrow-down-up', - cssIconNone: '', - cssIconAsc: 'bi-arrow-up', - cssIconDesc: 'bi-arrow-down', - }); -}); diff --git a/lumi2/templates/base.html b/lumi2/templates/base.html index 7e74562..406e032 100644 --- a/lumi2/templates/base.html +++ b/lumi2/templates/base.html @@ -18,7 +18,7 @@ - + @@ -26,7 +26,6 @@ -