1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 02:39:46 +02:00

Fix category load

This commit is contained in:
DanielnetoDotCom 2020-12-14 12:16:52 -03:00
parent 425e03e9a0
commit 7df9ac760f
5 changed files with 69 additions and 169 deletions

View file

@ -49,7 +49,8 @@ $(function () {
});
function startModeFlix(container) {
console.log(container + '.carousel', $(container + '.carousel').length);
if ($(container + ".thumbsImage").attr('startModeFlix') == 1) {
return false;
}