From 47cf734f726ae9dcb982e8ef9e491c40570c4696 Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 18 Jan 2017 05:02:00 -0800 Subject: [PATCH] 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 --- resources/views/layouts/default.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/layouts/default.blade.php b/resources/views/layouts/default.blade.php index ff2d6ba2e..23e44537a 100644 --- a/resources/views/layouts/default.blade.php +++ b/resources/views/layouts/default.blade.php @@ -594,7 +594,7 @@ -
+
@yield('content')