diff options
author | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-09-16 13:09:44 +0200 |
---|---|---|
committer | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-09-16 13:09:44 +0200 |
commit | db2869088fcd19ac60bd110ad04a8c6b74f9d306 (patch) | |
tree | 5d558b51227b456940c9f63012a7c75e12ced165 /ogcp/static | |
parent | 233156b19ab2b3d490a8bb450bbb22fdff4caaec (diff) |
js: remove unused function unfoldAll
Remove dead code.
Diffstat (limited to 'ogcp/static')
-rw-r--r-- | ogcp/static/js/ogcp.js | 4 |
1 files changed, 0 insertions, 4 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"]') |