Browse Source

PinCreate: close window on success

Fixes https://github.com/pinry/pinry/issues/246
pull/252/head
Alexandra Dunn 3 years ago
committed by Ji Qu
parent
commit
7a397136d6
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      pinry-spa/src/views/PinCreate.vue

+ 1
- 4
pinry-spa/src/views/PinCreate.vue View File

@@ -40,10 +40,7 @@ export default {
);
},
onCreated() {
this.$buefy.dialog.alert(
'Please turn off this page by hand since '
+ 'Javascript has no permission to do this',
);
window.close();
},
createPin() {
modals.openPinEdit(


Loading…
Cancel
Save