try and figure out why it works on Desktop but not Android still

This commit is contained in:
idk
2019-11-24 19:49:47 -05:00
parent 870eaa6e3e
commit f0b4a0a849

View File

@@ -414,7 +414,6 @@ function storeSettings() {
console.log("storing proxy port:", proxy_port);
console.log("storing control host:", control_host);
console.log("storing control port:", control_port);
setupProxy();
}
function updateUI(restoredSettings) {
@@ -443,7 +442,6 @@ function updateUI(restoredSettings) {
SetControlHostText();
SetControlPortText();
SetControlHelpText();
setupProxy();
}
function onError(e) {