This commit is contained in:
Roman Pyrih
2025-03-31 11:40:02 +02:00
parent 9a626b304e
commit da5caf6201
6 changed files with 11 additions and 3 deletions

View File

@@ -19,6 +19,8 @@ function updateListIdFullSlider() {
$("#total_slider").val(listId);
}
$(document).ready(function() {
console.log("ready");
$("#modal_form").draggable({
handle: ".modal-header"
});