diff options
author | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-09-16 17:11:30 +0200 |
---|---|---|
committer | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-09-16 17:11:30 +0200 |
commit | 7296372e9c7ff7c354c86c00fa4fbcfbd71df355 (patch) | |
tree | 8d31f47b5f8a93c9a71bb6b7702e238e468b8be1 /ogcp/templates | |
parent | 053519beae0cb380864773a0cca6dd3d009a5899 (diff) |
js: remove outdated local storage data
Remove the invalid keys from local storage when the page loads.
Creating and deleting elements from the sidebar accumulates
dead entries in the local storage.
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 f245c8d..80a5f7a 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=21"></script> + <script src="{{ url_for('static', filename='js/ogcp.js') }}?v=22"></script> <script> // error messages |