diff options
author | Frankie B <git@diskfloppy.me> | 2024-01-22 01:33:40 +0000 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2024-01-22 01:33:40 +0000 |
commit | 6f3be14459d72e2bf666bafcce3675dd1222092c (patch) | |
tree | 5efe5c4446396f42261d22184f120b9f8d779dfd /resources | |
parent | 2b9db42593d1a1208cfbee05d5b29576af2d6910 (diff) |
turns out this code was important
Diffstat (limited to 'resources')
-rw-r--r-- | resources/views/layouts/default.blade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/layouts/default.blade.php b/resources/views/layouts/default.blade.php index 996d895..0945b9c 100644 --- a/resources/views/layouts/default.blade.php +++ b/resources/views/layouts/default.blade.php @@ -4,7 +4,7 @@ @include('includes.head') </head> -<body> +<body onload="setSchemeSelector()"> <div class="page"> <div id="header" class="header"> @include('includes.header') |