fix js
This commit is contained in:
parent
710ac6e57b
commit
f5b622c7d0
|
@ -55,7 +55,7 @@ function applyInitMessage(req){
|
||||||
alert (req.responseText);
|
alert (req.responseText);
|
||||||
|
|
||||||
}else{
|
}else{
|
||||||
alert ('error ' + xhr.status);
|
alert ('error ' + response.status);
|
||||||
document.getElementById('fightButton').disabled=false;
|
document.getElementById('fightButton').disabled=false;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user