mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
Update
This commit is contained in:
parent
4db7b33f70
commit
4041d45aa1
1 changed files with 6 additions and 4 deletions
|
@ -2828,10 +2828,12 @@ $(document).ready(function () {
|
||||||
setInterval(function () {// check for the carousel
|
setInterval(function () {// check for the carousel
|
||||||
checkDescriptionArea();
|
checkDescriptionArea();
|
||||||
}, 3000);
|
}, 3000);
|
||||||
|
if(typeof Cookies != 'undefined'){
|
||||||
Cookies.set('timezone', timezone, {
|
Cookies.set('timezone', timezone, {
|
||||||
path: '/',
|
path: '/',
|
||||||
expires: 365
|
expires: 365
|
||||||
});
|
});
|
||||||
|
}
|
||||||
tabsCategoryDocumentHeight = $(document).height();
|
tabsCategoryDocumentHeight = $(document).height();
|
||||||
modal = getPleaseWait();
|
modal = getPleaseWait();
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue