mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 15:54:31 -04:00
Fix for Travis
This commit is contained in:
parent
3b94b38216
commit
c82e8476dc
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user