This commit is contained in:
artem 2024-04-06 15:30:05 +03:00
parent 4e2c157358
commit 016406f7f0
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,7 @@
<div><img src="https://mc.yandex.ru/watch/96918237" style="position:absolute; left:-9999px;" alt="" /></div> <div><img src="https://mc.yandex.ru/watch/96918237" style="position:absolute; left:-9999px;" alt="" /></div>
</noscript> </noscript>
<!-- /Yandex.Metrika counter --> <!-- /Yandex.Metrika counter -->
<script src="https://unpkg.com/@vkontakte/vk-bridge/dist/browser.min.js"></script>
</head> </head>
<body> <body>
@ -57,6 +57,7 @@
<script> <script>
function preloaderEnable() { function preloaderEnable() {
document.querySelector('.lds-default').style = null; document.querySelector('.lds-default').style = null;
vkBridge.send("VKWebAppInit", {});
} }
const intervalId = setInterval(function () { const intervalId = setInterval(function () {