mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
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
|
@ -594,7 +594,7 @@
|
|||
|
||||
|
||||
<!-- Content -->
|
||||
<div id="app">
|
||||
<div id="{!! (Request::is('*api*') ? 'app' : 'webui') !!}">
|
||||
@yield('content')
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue