Drop jquery-ui in favour of html5sortable

10x smaller dependency!
This commit is contained in:
2021-02-22 13:42:39 +00:00
parent 28a70667c2
commit 4a6d69c002
8 changed files with 19 additions and 38 deletions

View File

@@ -4,8 +4,6 @@
{% load widget_tweaks %}
{% block js %}
<script src="{% static 'js/jquery-ui.js' %}"></script>
<script src="{% static "js/interaction.js" %}"></script>
<script>
$('document').ready(function(){
$('#asset-search-form').submit(function () {