修复bug
This commit is contained in:
parent
de19e68f1c
commit
a581623663
|
@ -5094,6 +5094,7 @@ window.play={};
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
this.src=str+name+Math.ceil(Math.random()*2)+'.mp3';
|
this.src=str+name+Math.ceil(Math.random()*2)+'.mp3';
|
||||||
|
this._changed=true;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
ui.window.appendChild(audio);
|
ui.window.appendChild(audio);
|
||||||
|
|
Loading…
Reference in New Issue