1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
This commit is contained in:
Daniel Neto 2024-02-02 13:46:26 -03:00
parent 4db7b33f70
commit 4041d45aa1

View file

@ -2828,10 +2828,12 @@ $(document).ready(function () {
setInterval(function () {// check for the carousel setInterval(function () {// check for the carousel
checkDescriptionArea(); checkDescriptionArea();
}, 3000); }, 3000);
Cookies.set('timezone', timezone, { if(typeof Cookies != 'undefined'){
path: '/', Cookies.set('timezone', timezone, {
expires: 365 path: '/',
}); expires: 365
});
}
tabsCategoryDocumentHeight = $(document).height(); tabsCategoryDocumentHeight = $(document).height();
modal = getPleaseWait(); modal = getPleaseWait();
try { try {