mirror of https://git.48k.eu/ogcp
js: remove console.log statement
Remove print statement generating noise in the browser logs.master
parent
7299b157d7
commit
1ca3a97da7
|
@ -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);
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue