summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-02-24 03:50:24 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-02-24 03:50:24 +0900
commit6157d8331b2387d0ad8e4da167f4ea8062ba3154 (patch)
tree2f0c509251da28fc03430b4d6b39a38e5d54ea47 /src
parentImplement mobile version folder deletion (#4355) (diff)
downloadsharkey-6157d8331b2387d0ad8e4da167f4ea8062ba3154.tar.gz
sharkey-6157d8331b2387d0ad8e4da167f4ea8062ba3154.tar.bz2
sharkey-6157d8331b2387d0ad8e4da167f4ea8062ba3154.zip
Update drive.vue
Diffstat (limited to 'src')
-rw-r--r--src/client/app/mobile/views/components/drive.vue2
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