1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 00:11:35 +02:00

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