diff options
Diffstat (limited to 'ogcp')
-rw-r--r-- | ogcp/static/js/ogcp.js | 4 | ||||
-rw-r--r-- | ogcp/templates/base.html | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/ogcp/static/js/ogcp.js b/ogcp/static/js/ogcp.js index 658748f..4136df6 100644 --- a/ogcp/static/js/ogcp.js +++ b/ogcp/static/js/ogcp.js @@ -298,10 +298,6 @@ function updateScopes(scopes) { return hasLiveChildren; } -function unfoldAll() { - $('#scopes .collapse').collapse('show'); -} - function checkImageServer() { const images = $('input:checkbox[form|="imagesForm"][name!="image-server"]') diff --git a/ogcp/templates/base.html b/ogcp/templates/base.html index c9b2d63..798674b 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=18"></script> + <script src="{{ url_for('static', filename='js/ogcp.js') }}?v=19"></script> <script> // error messages |