@ -12,7 +12,9 @@ $(function() {
if (is_playing) {
player.pause();
} else {
player.play();
window.setTimeout(function() {
}, 250);
}
});