Fix modal background of update confirmation not vanishing
This commit is contained in:
parent
924d5c8d7d
commit
d96a91ecc3
1 changed files with 1 additions and 1 deletions
|
|
@ -342,7 +342,7 @@ $(function() {
|
|||
};
|
||||
|
||||
self.confirmUpdate = function() {
|
||||
self.confirmationDialog.hide();
|
||||
self.confirmationDialog.modal("hide");
|
||||
self.performUpdate(self.forceUpdate,
|
||||
_.map(self.availableAndPossible(), function(info) { return info.key }));
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue