diff options
author | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-05-13 10:30:26 +0200 |
---|---|---|
committer | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-05-13 10:30:26 +0200 |
commit | 1ca3a97da795e910651f447a7edd575c8d112080 (patch) | |
tree | 78acbe7df7801bc828fa63c2c22ea07f8e2dee30 /ogcp/templates | |
parent | 7299b157d7a21f1c389daee75a78019f770d6368 (diff) |
js: remove console.log statement
Remove print statement generating noise in the browser logs.
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 b54aed3..eb366ff 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=4"></script> + <script src="{{ url_for('static', filename='js/ogcp.js') }}?v=5"></script> <script> // error messages |