Update js/rus/rus.js
Browse files- js/rus/rus.js +4 -9
js/rus/rus.js
CHANGED
@@ -622,20 +622,15 @@ editor.Components.addType('avp-reg_site-settings-block', {
|
|
622 |
document.body.appendChild(script);
|
623 |
};
|
624 |
// Загружаем необходимые скрипты динамически
|
625 |
-
if (typeof vkBridge === 'undefined') {
|
626 |
-
loadScript('https://unpkg.com/@vkontakte/vk-bridge/dist/browser.min.js', () => {
|
627 |
-
console.log('VK Bridge loaded!');
|
628 |
-
initBlock();
|
629 |
-
});
|
630 |
-
} else {
|
631 |
-
initBlock();
|
632 |
-
}
|
633 |
-
|
634 |
if (typeof VK === 'undefined') {
|
635 |
loadScript('https://vk.com/js/api/openapi.js?169', () => {
|
636 |
console.log('VK Open API loaded!');
|
|
|
637 |
});
|
|
|
|
|
638 |
}
|
|
|
639 |
if (typeof $ === 'undefined') {
|
640 |
loadScript('https://code.jquery.com/jquery-3.6.0.min.js', () => {
|
641 |
console.log('VK Open API loaded!');
|
|
|
622 |
document.body.appendChild(script);
|
623 |
};
|
624 |
// Загружаем необходимые скрипты динамически
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
625 |
if (typeof VK === 'undefined') {
|
626 |
loadScript('https://vk.com/js/api/openapi.js?169', () => {
|
627 |
console.log('VK Open API loaded!');
|
628 |
+
initBlock();
|
629 |
});
|
630 |
+
} else {
|
631 |
+
initBlock();
|
632 |
}
|
633 |
+
|
634 |
if (typeof $ === 'undefined') {
|
635 |
loadScript('https://code.jquery.com/jquery-3.6.0.min.js', () => {
|
636 |
console.log('VK Open API loaded!');
|