Commit ed04dc98 by doszhang

dos

parent 2210076c
...@@ -123,6 +123,10 @@ $(document).ready(function () { ...@@ -123,6 +123,10 @@ $(document).ready(function () {
$('.result').on('click', showResult) $('.result').on('click', showResult)
$('.btn-retry').on('click', retry) $('.btn-retry').on('click', retry)
$('.page').on('click', function () {
var audio = document.getElementById('music');
audio.play();
})
}); });
function audioAutoPlay(id) { function audioAutoPlay(id) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment