Skip to content
Snippets Groups Projects
Commit dbadf6f6 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Drop all leftovers of DataTables

(cherry picked from commit cc53faba)
parent deb8b88a
No related branches found
No related tags found
1 merge request!669Do release 2.0b2
......@@ -19,6 +19,11 @@ Fixed
* Fix broken backup health check
Removed
~~~~~~~
* Drop all leftovers of DataTables.
`2.0b1`_ - 2021-06-01
---------------------
......
......@@ -492,7 +492,6 @@ NODE_MODULES_ROOT = _settings.get("node_modules.root", os.path.join(BASE_DIR, "n
YARN_INSTALLED_APPS = [
"@fontsource/roboto",
"datatables",
"jquery",
"materialize-css",
"material-design-icons-iconfont",
......@@ -513,7 +512,6 @@ SELECT2_JS = JS_URL + "/select2/dist/js/select2.min.js"
SELECT2_I18N_PATH = JS_URL + "/select2/dist/js/i18n"
ANY_JS = {
"DataTables": {"js_url": JS_URL + "/datatables/media/js/jquery.dataTables.min.js"},
"materialize": {"js_url": JS_URL + "/materialize-css/dist/js/materialize.min.js"},
"jQuery": {"js_url": JS_URL + "/jquery/dist/jquery.min.js"},
"material-design-icons": {
......
......@@ -91,12 +91,6 @@ $(document).ready(function () {
$("#" + $(this).data("preview")).css("color", $(this).val());
});
$('table.datatable').each(function (index) {
$(this).DataTable({
"paging": false
});
});
// Initialise auto-completion for search bar
window.autocomplete = new Autocomplete({minimum_length: 2});
window.autocomplete.setup();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment