fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
7a11da0
)
Bugfix for player.
author
Radek Czajka
<rczajka@rczajka.pl>
Tue, 14 Jul 2020 14:06:58 +0000
(16:06 +0200)
committer
Radek Czajka
<rczajka@rczajka.pl>
Thu, 10 Sep 2020 12:15:11 +0000
(14:15 +0200)
src/catalogue/static/player/player.js
patch
|
blob
|
history
diff --git
a/src/catalogue/static/player/player.js
b/src/catalogue/static/player/player.js
index
6399379
..
64a21d2
100644
(file)
--- a/
src/catalogue/static/player/player.js
+++ b/
src/catalogue/static/player/player.js
@@
-24,6
+24,7
@@
$(".title", $root).html(li.html());
player.jPlayer("setMedia", media);
player.jPlayer("pause", time);
+ return player;
};
$('.play-next', $root).click(function() {