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);
|
||||
switch(data.status){
|
||||
|
||||
case 1:
|
||||
case "1":
|
||||
window.location.href = "index.php";
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue