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
checkDescriptionArea();
}, 3000);
Cookies.set('timezone', timezone, {
path: '/',
expires: 365
});
if(typeof Cookies != 'undefined'){
Cookies.set('timezone', timezone, {
path: '/',
expires: 365
});
}
tabsCategoryDocumentHeight = $(document).height();
modal = getPleaseWait();
try {