Fixes #4135: Payment form directly on book page.
[wolnelektury.git] / src / catalogue / static / player / player.js
index 6399379..64a21d2 100644 (file)
@@ -24,6 +24,7 @@
                     $(".title", $root).html(li.html());
                     player.jPlayer("setMedia", media);
                     player.jPlayer("pause", time);
                     $(".title", $root).html(li.html());
                     player.jPlayer("setMedia", media);
                     player.jPlayer("pause", time);
+                    return player;
                 };
 
                 $('.play-next', $root).click(function() {
                 };
 
                 $('.play-next', $root).click(function() {