DmitrMakeev commited on
Commit
257e1a8
·
verified ·
1 Parent(s): 9bebe2f

Update js/rus/rus.js

Browse files
Files changed (1) hide show
  1. js/rus/rus.js +6 -0
js/rus/rus.js CHANGED
@@ -1027,6 +1027,12 @@ editor.Components.addType('menu-look-settings-block', {
1027
  } else {
1028
  initBlock();
1029
  }
 
 
 
 
 
 
1030
 
1031
  if (typeof $ === 'undefined') {
1032
  loadScript('https://code.jquery.com/jquery-3.6.0.min.js', () => {
 
1027
  } else {
1028
  initBlock();
1029
  }
1030
+
1031
+ if (typeof CryptoJS === 'undefined') {
1032
+ loadScript('https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.1.1/crypto-js.min.js', () => {
1033
+ console.log('CryptoJS loaded!');
1034
+ });
1035
+ }
1036
 
1037
  if (typeof $ === 'undefined') {
1038
  loadScript('https://code.jquery.com/jquery-3.6.0.min.js', () => {