Fix for Travis
This commit is contained in:
parent
3b94b38216
commit
c82e8476dc
1 changed files with 4 additions and 2 deletions
|
|
@ -354,8 +354,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
setupSidebar('left');
|
||||
setupSidebar('right');
|
||||
@if ( ! Utils::isTravis())
|
||||
setupSidebar('left');
|
||||
setupSidebar('right');
|
||||
@endif
|
||||
|
||||
// auto select focused nav-tab
|
||||
if (window.location.hash) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue