summaryrefslogtreecommitdiffstats
path: root/ogcp
diff options
context:
space:
mode:
authorAlejandro Sirgo Rica <asirgo@soleta.eu>2024-05-13 10:30:26 +0200
committerAlejandro Sirgo Rica <asirgo@soleta.eu>2024-05-13 10:30:26 +0200
commit1ca3a97da795e910651f447a7edd575c8d112080 (patch)
tree78acbe7df7801bc828fa63c2c22ea07f8e2dee30 /ogcp
parent7299b157d7a21f1c389daee75a78019f770d6368 (diff)
js: remove console.log statement
Remove print statement generating noise in the browser logs.
Diffstat (limited to 'ogcp')
-rw-r--r--ogcp/static/js/ogcp.js1
-rw-r--r--ogcp/templates/base.html2
2 files changed, 1 insertions, 2 deletions
diff --git a/ogcp/static/js/ogcp.js b/ogcp/static/js/ogcp.js
index 3342ed8..8f27bb7 100644
--- a/ogcp/static/js/ogcp.js
+++ b/ogcp/static/js/ogcp.js
@@ -144,7 +144,6 @@ function keepSelectedClients() {
function keepImagesTreeState() {
const images_tree = $('#servers .collapse')
- console.log(images_tree)
images_tree.on('hidden.bs.collapse', function (event) {
event.stopPropagation();
localStorage.removeItem(this.id);
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