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:
parent
3161420eb3
commit
47cf734f72
1 changed files with 1 additions and 1 deletions
|
@ -594,7 +594,7 @@
|
|||
|
||||
|
||||
<!-- Content -->
|
||||
<div id="app">
|
||||
<div id="{!! (Request::is('*api*') ? 'app' : 'webui') !!}">
|
||||
@yield('content')
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue