diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-02-24 03:50:24 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-02-24 03:50:24 +0900 |
| commit | 6157d8331b2387d0ad8e4da167f4ea8062ba3154 (patch) | |
| tree | 2f0c509251da28fc03430b4d6b39a38e5d54ea47 /src/client | |
| parent | Implement mobile version folder deletion (#4355) (diff) | |
| download | sharkey-6157d8331b2387d0ad8e4da167f4ea8062ba3154.tar.gz sharkey-6157d8331b2387d0ad8e4da167f4ea8062ba3154.tar.bz2 sharkey-6157d8331b2387d0ad8e4da167f4ea8062ba3154.zip | |
Update drive.vue
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/app/mobile/views/components/drive.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/mobile/views/components/drive.vue b/src/client/app/mobile/views/components/drive.vue index f6ed6ea91e..88eeaf0150 100644 --- a/src/client/app/mobile/views/components/drive.vue +++ b/src/client/app/mobile/views/components/drive.vue @@ -468,7 +468,7 @@ export default Vue.extend({ deleteFolder() { if (this.folder == null) { alert(this.$t('root-delete-alert')); - return + return; } this.$root.api('drive/folders/delete', { folderId: this.folder.id |