aboutsummaryrefslogtreecommitdiff
path: root/app/templates/macros/forms.html
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2020-07-17 22:08:34 +0100
committerrubenwardy <rw@rubenwardy.com>2020-07-17 22:08:34 +0100
commit2a7318eca205f40c35c51d3bf7c89dc9f2b635f8 (patch)
tree66538a4511781bc5c2b11df804634a525c4e83b5 /app/templates/macros/forms.html
parentb067fd2e773409790cb86cff1f799ad1563ea480 (diff)
downloadcheatdb-2a7318eca205f40c35c51d3bf7c89dc9f2b635f8.tar.xz
Add descriptions to tags, and show in multiselect
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 9c56a48..02c366b 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?v=2"></script>
+ <script src="/static/tagselector.js?v=3"></script>
{% endmacro %}
{% macro package_lists() -%}