vk init
This commit is contained in:
parent
4e2c157358
commit
016406f7f0
|
|
@ -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 () {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue