The delay after first upload in file request when the interface wasn't showing was removed

This commit is contained in:
Čarodej
2022-04-06 10:35:13 +02:00
parent b0f1bb46d7
commit 657248aa43
9 changed files with 28 additions and 20 deletions

View File

@@ -206,7 +206,7 @@
{{--Adsense code--}}
@if(optional($settings)->allowed_adsense)
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client={{ $settings->adsense_client_id }}" crossorigin="anonymous"></script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client={{ $settings->adsense_client_id ?? '' }}" crossorigin="anonymous"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});