Remove unused draggable.js file

- Remove draggable.js as the draggability feature already works without and it wasn't used anywhere except in sign.html (which throw an exception already as draggableElement was null, and yet the functionality was working as expected, thus we don't need it)
This commit is contained in:
Omar Ahmed Hassan
2024-12-17 12:47:13 +02:00
parent 99c598096e
commit 5d4769df56
2 changed files with 0 additions and 39 deletions

View File

@@ -236,9 +236,6 @@
</div>
<th:block th:insert="~{fragments/footer.html :: footer}"></th:block>
</div>
<!-- Link the draggable.js file -->
<script th:src="@{'/js/draggable.js'}"></script>
</body>
</html>