diff options
author | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-09-16 12:18:29 +0200 |
---|---|---|
committer | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-09-16 12:18:29 +0200 |
commit | f85c61df993dddee233ead7b6c9e136d9d9fa742 (patch) | |
tree | 3866f08d09fbfcebb63a0e0f99e5419572d72850 /ogcp/templates/base.html | |
parent | 65d2d75ddb3670b39fdca0d67d87a8f48b797059 (diff) |
templates: fix initial repos disclosure widget status
Show the proper state of the disclosure widget when a repo starts
as collapsed.
Diffstat (limited to 'ogcp/templates/base.html')
-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 e924fe1..b9042fd 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=16"></script> + <script src="{{ url_for('static', filename='js/ogcp.js') }}?v=17"></script> <script> // error messages |