This commit is contained in:
Čarodej
2022-02-05 12:30:02 +01:00
parent 6980c28c57
commit 38e86b4b8b
9 changed files with 41 additions and 123 deletions

View File

@@ -55,7 +55,7 @@
@include('vuefilemanager.others.color-template')
</head>
<body class="{{ is_dev() ? 'debug-screen' : '' }}">
<body class="{{ is_dev() ? 'debug-screens' : '' }}">
<div id="app"></div>
@@ -150,14 +150,6 @@
// App settings
userRegistration: {{ $settings->registration ?? 1 }},
userVerification: {{ $settings->user_verification ?? 0 }},
ads: `<ins class="adsbygoogle"
style="display:block"
data-ad-format="fluid"
data-ad-layout-key="-h0-8+2c-1x-39"
data-ad-client="ca-pub-8058330732865164"
data-adtest="on"
data-ad-slot="6184326900"></ins>`,
}
</script>
@@ -182,10 +174,10 @@
<script src="{{ mix('js/main.js') }}"></script>
@endif
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8058330732865164" crossorigin="anonymous"></script>
<!-- <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8058330732865164" crossorigin="anonymous"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</script>-->
</body>
</html>