Update js/rus/rus.js
Browse files- js/rus/rus.js +1 -1
js/rus/rus.js
CHANGED
@@ -1466,7 +1466,7 @@ editor.Components.addType('clarity-settings-block', {
|
|
1466 |
};
|
1467 |
|
1468 |
// Загружаем необходимые скрипты динамически
|
1469 |
-
if (typeof
|
1470 |
loadScript('https://huggingface.co/spaces/DMTuit/psy_vk/resolve/main/js/clarity.js', () => {
|
1471 |
console.log('clarity loaded!');
|
1472 |
initBlock();
|
|
|
1466 |
};
|
1467 |
|
1468 |
// Загружаем необходимые скрипты динамически
|
1469 |
+
if (typeof clarity === 'undefined') {
|
1470 |
loadScript('https://huggingface.co/spaces/DMTuit/psy_vk/resolve/main/js/clarity.js', () => {
|
1471 |
console.log('clarity loaded!');
|
1472 |
initBlock();
|