This commit is contained in:
Gnieark 2016-05-27 22:57:24 +02:00
parent b6350da646
commit 38af7b23f5

View File

@ -127,7 +127,7 @@ function play(player){
if(xhr.status == 200) {
var response=xhr.responseText;
var t = new RegExp('/^[0-6]$/');
var t = new RegExp('/[0-6]/');
if (t.test(response)){
playingAT(response);
}else{