patch
This commit is contained in:
parent
9253922974
commit
4426e82b27
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ function connection(){
|
||||||
//console.log(data);
|
//console.log(data);
|
||||||
switch(data.status){
|
switch(data.status){
|
||||||
|
|
||||||
case 1:
|
case "1":
|
||||||
window.location.href = "index.php";
|
window.location.href = "index.php";
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in a new issue