diff options
author | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-08-05 10:43:28 +0200 |
---|---|---|
committer | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-08-05 10:43:28 +0200 |
commit | d1e94693261dbe9e53629f8775defe7168316f52 (patch) | |
tree | e485e4783a6f14dd99c3a52d02b0c51d8994dfcd /ogcp/templates | |
parent | 3e35997131f51e892b93157c6d18a3a0ba759318 (diff) |
js: enable center selection in Commands
Enable center checkboxes and implement selection of clients from
multiple rooms in the same center.
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 b6fcb94..cbbfafa 100644 --- a/ogcp/templates/base.html +++ b/ogcp/templates/base.html @@ -108,7 +108,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=14"></script> + <script src="{{ url_for('static', filename='js/ogcp.js') }}?v=15"></script> <script> // error messages |