Added SSID List

This commit is contained in:
Stefan Kremser
2017-02-26 18:11:49 +01:00
parent 1ee13c516c
commit 5718ba1abf
13 changed files with 274 additions and 34 deletions

View File

@@ -1,4 +1,4 @@
function getResponse(adr, callback, timeoutCallback = function(){alert("timeout error. Please reload the site");}, timeout = 5000){
function getResponse(adr, callback, timeoutCallback = function(){location.reload()}, timeout = 5000){
var xmlhttp = new XMLHttpRequest();
xmlhttp.onreadystatechange = function() {
if(xmlhttp.readyState == 4){