mirror of
https://github.com/yuzu-emu/liftinstall
synced 2024-11-23 16:53:56 +00:00
Revert window.close usage
This commit is contained in:
parent
44e0ebdab4
commit
761ce91299
1 changed files with 2 additions and 3 deletions
|
@ -69,12 +69,11 @@ var app = new Vue({
|
|||
},
|
||||
methods: {
|
||||
"exit": function() {
|
||||
/*ajax("/api/exit", function() {}, function(msg) {
|
||||
ajax("/api/exit", function() {}, function(msg) {
|
||||
alert("LiftInstall encountered and error while exiting: " + msg
|
||||
+ "\nPlease upload the log file (in the same directory as the installer) to " +
|
||||
"the respective maintainers for this application (where you got it from!)");
|
||||
});*/
|
||||
window.close();
|
||||
});
|
||||
}
|
||||
}
|
||||
}).$mount("#app");
|
||||
|
|
Loading…
Reference in a new issue