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