Skip to content

Commit

Permalink
Fix endless loader after update
Browse files Browse the repository at this point in the history
  • Loading branch information
yurabakhtin committed Oct 16, 2023
1 parent f887470 commit f47a9c9
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 f47a9c9

Please sign in to comment.