aboutsummaryrefslogtreecommitdiff
path: root/app/templates/macros/forms.html
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2020-07-10 21:27:41 +0100
committerrubenwardy <rw@rubenwardy.com>2020-07-10 21:27:41 +0100
commitba3b1082394d12b206d10b3b183f5f41a0e2c4de (patch)
tree71b98dde143cb8d53f62773385b467d0bd2f4faf /app/templates/macros/forms.html
parent42b08f9bcde76bb592f9181bf2bfa51e79a42697 (diff)
downloadcheatdb-ba3b1082394d12b206d10b3b183f5f41a0e2c4de.tar.xz
Fix tag selector losing all tags on remove
Fixes #148
Diffstat (limited to 'app/templates/macros/forms.html')
-rw-r--r--app/templates/macros/forms.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/macros/forms.html b/app/templates/macros/forms.html
index 89525f9..d28199e 100644
--- a/app/templates/macros/forms.html
+++ b/app/templates/macros/forms.html
@@ -16,7 +16,7 @@
{% macro form_scripts() -%}
<link href="/static/jquery-ui.min.css" rel="stylesheet" type="text/css">
<script src="/static/jquery-ui.min.js"></script>
- <script src="/static/tagselector.js"></script>
+ <script src="/static/tagselector.js?v=2"></script>
{% endmacro %}
{% macro package_lists() -%}