DmitrMakeev
commited on
Update js/rus/rus.js
Browse files- js/rus/rus.js +1 -1
js/rus/rus.js
CHANGED
@@ -238,7 +238,7 @@ editor.Components.addType('anti_copy-settings-block', {
|
|
238 |
};
|
239 |
|
240 |
// Загружаем необходимые скрипты динамически
|
241 |
-
if (typeof anti_copy
|
242 |
loadScript('https://huggingface.co/spaces/DMTuit/psy_vk/resolve/main/js/anti_copy.js', () => {
|
243 |
console.log('avp_grup_v1 loaded!');
|
244 |
initBlock();
|
|
|
238 |
};
|
239 |
|
240 |
// Загружаем необходимые скрипты динамически
|
241 |
+
if (typeof anti_copy === 'undefined') {
|
242 |
loadScript('https://huggingface.co/spaces/DMTuit/psy_vk/resolve/main/js/anti_copy.js', () => {
|
243 |
console.log('avp_grup_v1 loaded!');
|
244 |
initBlock();
|