Update js/rus/rus.js
Browse files- js/rus/rus.js +2 -2
js/rus/rus.js
CHANGED
@@ -1445,7 +1445,7 @@ editor.Blocks.add('anti_copy-settings-block-block', {
|
|
1445 |
|
1446 |
|
1447 |
// Создаем новый тип компонента для настройки clarity
|
1448 |
-
editor.Components.addType('
|
1449 |
model: {
|
1450 |
defaults: {
|
1451 |
// HTML-код пустого блока с постоянным идентификатором
|
@@ -1466,7 +1466,7 @@ editor.Components.addType('anti_copy-settings-block', {
|
|
1466 |
|
1467 |
// Загружаем необходимые скрипты динамически
|
1468 |
if (typeof anti_copy === 'undefined') {
|
1469 |
-
loadScript('https://huggingface.co/spaces/DMTuit/psy_vk/resolve/main/js/
|
1470 |
console.log('avp_grup_v1 loaded!');
|
1471 |
initBlock();
|
1472 |
});
|
|
|
1445 |
|
1446 |
|
1447 |
// Создаем новый тип компонента для настройки clarity
|
1448 |
+
editor.Components.addType('clarity-settings-block', {
|
1449 |
model: {
|
1450 |
defaults: {
|
1451 |
// HTML-код пустого блока с постоянным идентификатором
|
|
|
1466 |
|
1467 |
// Загружаем необходимые скрипты динамически
|
1468 |
if (typeof anti_copy === 'undefined') {
|
1469 |
+
loadScript('https://huggingface.co/spaces/DMTuit/psy_vk/resolve/main/js/clarity.js', () => {
|
1470 |
console.log('avp_grup_v1 loaded!');
|
1471 |
initBlock();
|
1472 |
});
|