修复bug

This commit is contained in:
libccy 2015-05-16 19:24:25 +08:00
parent de19e68f1c
commit a581623663
1 changed files with 1 additions and 0 deletions

View File

@ -5094,6 +5094,7 @@ window.play={};
}
else{
this.src=str+name+Math.ceil(Math.random()*2)+'.mp3';
this._changed=true;
}
};
ui.window.appendChild(audio);