Fix for Travis

This commit is contained in:
Hillel Coren 2016-10-26 10:05:22 +03:00
parent 3b94b38216
commit c82e8476dc

View File

@ -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) {