DmitrMakeev commited on
Commit
235551f
·
verified ·
1 Parent(s): 9cca03a

Update js/rus/rus.js

Browse files
Files changed (1) hide show
  1. js/rus/rus.js +2 -2
js/rus/rus.js CHANGED
@@ -903,9 +903,9 @@ editor.Components.addType('page-look-settings-block', {
903
  initBlock();
904
  }
905
 
906
- if (typeof crypto-js === 'undefined') {
907
  loadScript('https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.1.1/crypto-js.min.js', () => {
908
- console.log('VK Open API loaded!');
909
  });
910
  }
911
 
 
903
  initBlock();
904
  }
905
 
906
+ if (typeof CryptoJS === 'undefined') {
907
  loadScript('https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.1.1/crypto-js.min.js', () => {
908
+ console.log('CryptoJS loaded!');
909
  });
910
  }
911