This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
pinry
mirror of
https://github.com/pinry/pinry.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
44
Wiki
Activity
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
06e4fad09f
commit
7a397136d6
1 changed files
with
1 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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(
Write
Preview
Loading…
Cancel
Save