DmitrMakeev commited on
Commit
6ef07c9
·
verified ·
1 Parent(s): 976ca56

Update js/rus/rus.js

Browse files
Files changed (1) hide show
  1. 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 anti_copy === 'undefined') {
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();