diff options
author | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-06-17 17:29:07 +0200 |
---|---|---|
committer | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-06-17 17:44:24 +0200 |
commit | 48bc51ca0a5a34bd526a0a2e608f66efa887daeb (patch) | |
tree | f4967f4774e919ffcddd718a1c6eaf32bcad536d /ogcp/templates/base.html | |
parent | a7423d29436f20b440f81f7bf3c18d80cf1e6114 (diff) |
js: show correct initial disclosure widget state
Add the class "collapsed" to the html elements defined as
not shown in the local storage for the images list sidebar.
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 22fe086..c98b0f9 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=8"></script> + <script src="{{ url_for('static', filename='js/ogcp.js') }}?v=9"></script> <script> // error messages |