mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-11-25 17:15:38 +01:00
Revert window.close usage
This commit is contained in:
parent
44e0ebdab4
commit
761ce91299
@ -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 New Issue
Block a user