diff options
author | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-09-16 13:46:28 +0200 |
---|---|---|
committer | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-09-16 13:46:28 +0200 |
commit | 2ca2215ed6653dc7bf2cfaf320fee811b376ece8 (patch) | |
tree | b106450cad1bc7818551fdaa3c0d566f93f0cb6b /ogcp/templates | |
parent | db2869088fcd19ac60bd110ad04a8c6b74f9d306 (diff) |
js: restrict the checkbox filter to the sidebar
Prevent accidental processing of checkboxes outside the sidebar.
Diffstat (limited to 'ogcp/templates')
-rw-r--r-- | ogcp/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/base.html b/ogcp/templates/base.html index 798674b..9c6b3e1 100644 --- a/ogcp/templates/base.html +++ b/ogcp/templates/base.html @@ -111,7 +111,7 @@ <!-- ChartJS --> <script src="{{ url_for('static', filename='AdminLTE/plugins/chart.js/Chart.min.js') }}"></script> - <script src="{{ url_for('static', filename='js/ogcp.js') }}?v=19"></script> + <script src="{{ url_for('static', filename='js/ogcp.js') }}?v=20"></script> <script> // error messages |