mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-06 12:00:06 +02:00
Avoid error
This commit is contained in:
parent
afafe7c8cb
commit
d98081a846
1 changed files with 3 additions and 1 deletions
|
@ -1192,8 +1192,10 @@ $(document).ready(function () {
|
||||||
}
|
}
|
||||||
setInterval(function () {
|
setInterval(function () {
|
||||||
if (tabsCategoryDocumentHeightChanged()) {
|
if (tabsCategoryDocumentHeightChanged()) {
|
||||||
|
if(typeof $('.nav-tabs-horizontal').scrollingTabs == 'function'){
|
||||||
$('.nav-tabs-horizontal').scrollingTabs('refresh');
|
$('.nav-tabs-horizontal').scrollingTabs('refresh');
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}, 1000);
|
}, 1000);
|
||||||
|
|
||||||
modal = modal || (function () {
|
modal = modal || (function () {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue