diff options
Diffstat (limited to 'ogcp')
-rw-r--r-- | ogcp/static/js/ogcp.js | 1 | ||||
-rw-r--r-- | ogcp/templates/base.html | 2 |
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 |