diff options
author | Marcin Czarnecki <M.Czarnecki1@uni.brighton.ac.uk> | 2017-03-15 06:35:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-15 06:35:40 +0000 |
commit | 1a3617cdd6e370e2dc3f31fe6fe59e9e8b7fbc1c (patch) | |
tree | 8866f0bf6b8d126afc376b702ede23817eb5b984 /core | |
parent | df2670ca3c5d5c2eaee71fa4a90a3cccfce04daa (diff) | |
download | nextcloud-server-1a3617cdd6e370e2dc3f31fe6fe59e9e8b7fbc1c.tar.gz nextcloud-server-1a3617cdd6e370e2dc3f31fe6fe59e9e8b7fbc1c.zip |
Spacing
Signed-off-by: marncz <M.Czarnecki1@uni.brighton.ac.uk>
Diffstat (limited to 'core')
-rw-r--r-- | core/js/update.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/update.js b/core/js/update.js index 2b2f01e9aa4..cd5ee8b0801 100644 --- a/core/js/update.js +++ b/core/js/update.js @@ -87,7 +87,7 @@ $('#update-progress-icon') .addClass('icon-checkmark-white') - .removeClass('icon-loading-dark'); + .removeClass('icon-loading-dark'); if (hasWarnings) { $el.find('.update-show-detailed').before( |