Update app.blade.php

This commit is contained in:
Thomas G 2022-10-31 19:52:49 +11:00
parent d1f2dbc5aa
commit 24a15da493
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@
getDarkMode()
</script>
@endauth
<script src="{{ asset('js/detect.js') }}" defer></script>
<script src="{{ asset('js/detect.js?id=' . Str::random(8)) }}" defer></script>
@yield('extras')
</head>