Version to run on serve #1

Open
petr wants to merge 52 commits from petr/www.tagesschule-elementa.ch:mprofiag into standalone
Showing only changes of commit 01eb2066b9 - Show all commits

View File

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