mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +02:00
This commit is contained in:
parent
98651b6179
commit
8a9b18b86c
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,9 @@ function setImageLoop() {
|
|||
|
||||
function toogleImageLoop(t) {
|
||||
tooglePlayerLoop();
|
||||
setImageLoop();
|
||||
if (typeof setImageLoop === 'function') {
|
||||
setImageLoop();
|
||||
}
|
||||
}
|
||||
|
||||
$(document).ready(function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue