Browse Source

Fix confirmation dialog when deleting external storage

Signed-off-by: Robin Appelman <robin@icewind.nl>
pull/6816/head
Robin Appelman 8 years ago
parent
commit
a92596db78
No known key found for this signature in database GPG Key ID: CBCA68FBAEBF98C9
  1. 2
      apps/files_external/js/settings.js

2
apps/files_external/js/settings.js

@ -1134,7 +1134,7 @@ MountConfigListView.prototype = _.extend({
storage: this.mountPoint
}), t('files_external', 'Delete storage?'), function(confirm) {
if (confirm) {
this.updateStatus($tr, StorageConfig.Status.IN_PROGRESS);
self.updateStatus($tr, StorageConfig.Status.IN_PROGRESS);
storage.destroy({
success: function () {

Loading…
Cancel
Save