Removed dragscroll dependency (fixes #1135, references #1115)

This commit is contained in:
Bernd Bestel
2020-11-17 20:50:04 +01:00
parent e32d12699e
commit d2d09cf928
32 changed files with 4 additions and 67 deletions

View File

@@ -7,8 +7,6 @@
});
$('#userentities-table tbody').removeClass("d-none");
userentitiesTable.columns.adjust().draw();
$('.dataTables_scrollBody').addClass("dragscroll");
dragscroll.reset();
$("#search").on("keyup", Delay(function()
{