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'); @if ( ! Utils::isTravis())
setupSidebar('right'); setupSidebar('left');
setupSidebar('right');
@endif
// auto select focused nav-tab // auto select focused nav-tab
if (window.location.hash) { if (window.location.hash) {