diff options
author | Louis <6653109+artonge@users.noreply.github.com> | 2022-01-19 18:04:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-19 18:04:19 +0100 |
commit | 3e262c7e3a20c47ddc08b720a75c202a505b7c94 (patch) | |
tree | 549a22d30a04d4425a3d3044a7275930f5d7dbfa /core | |
parent | 677b25b0d3fa258f920c8cca06e3ed069e9f18ed (diff) | |
parent | efd32abeca68d16ba81d66429438aa83f7546d64 (diff) | |
download | nextcloud-server-3e262c7e3a20c47ddc08b720a75c202a505b7c94.tar.gz nextcloud-server-3e262c7e3a20c47ddc08b720a75c202a505b7c94.zip |
Merge pull request #30745 from nextcloud/fix/dont_use_deprecated_methods
Use less deprecated methods in base.php
Diffstat (limited to 'core')
-rw-r--r-- | core/js/update.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/js/update.js b/core/js/update.js index 5c1054adcb4..1613c3cc93b 100644 --- a/core/js/update.js +++ b/core/js/update.js @@ -160,6 +160,7 @@ window.addEventListener('DOMContentLoaded', function() { }); return false; }); + $('.update-show-detailed').on('click', function() { $('#update-progress-detailed').toggleClass('hidden'); return false; |