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
No known key found for this signature in database
GPG Key ID: CBCA68FBAEBF98C9
1 changed files with
1 additions and
1 deletions
-
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 () { |
|
|
|
|