mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 17:59:55 +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
|
||||
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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue