1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 19:42:38 +02:00
DanielnetoDotCom 2020-09-05 21:28:00 -03:00
parent 98651b6179
commit 8a9b18b86c

View file

@ -11,7 +11,9 @@ function setImageLoop() {
function toogleImageLoop(t) {
tooglePlayerLoop();
setImageLoop();
if (typeof setImageLoop === 'function') {
setImageLoop();
}
}
$(document).ready(function () {