Fixed loading of js and modals

This commit is contained in:
Johannes Randerath
2024-09-01 20:47:44 +02:00
parent 61708e5199
commit 7a4a878c7c
3 changed files with 4 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
$(function() {
document.addEventListener("DOMContentLoaded", function() {
$('.edit_column_btn').attr('hidden', false);
});