Hide the app div

This will need to be fixed later, but the flash of unstyled content on the non-api pages was making me cray
This commit is contained in:
snipe 2017-01-18 05:02:00 -08:00
parent 3161420eb3
commit 47cf734f72

View file

@ -594,7 +594,7 @@
<!-- Content -->
<div id="app">
<div id="{!! (Request::is('*api*') ? 'app' : 'webui') !!}">
@yield('content')
</div>