Skip to content

Commit

Permalink
Merge pull request #41 from humhub/fix/108-endless-loader
Browse files Browse the repository at this point in the history
Fix endless loader after update
  • Loading branch information
luke- authored Oct 16, 2023
2 parents f887470 + f47a9c9 commit c553f77
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

2.2.1 (Unreleased)
------------------------
- Fix #108: Fix endless loader after update

2.2.0 (October 5, 2023)
------------------------
- Enh #34: Remove deprecated `setModalLoader()` usage
Expand Down
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"humhub": {
"minVersion": "1.15"
},
"version": "2.2.0"
"version": "2.2.1"
}
2 changes: 1 addition & 1 deletion views/update/start.php
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,8 @@ function step_cleanup() {
success: function (json) {
if (checkError(json)) {
finishStep('cleanup');
humhub.require('ui.loader').reset(humhub.require('ui.modal').global.getFooter());
$('#btnUpdaterClose').show();
$('.loader-modal').hide();
$('#successMessageBox').show();
}
},
Expand Down

0 comments on commit c553f77

Please sign in to comment.