Update js/rus/rus.js
Browse files- 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
|
907 |
loadScript('https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.1.1/crypto-js.min.js', () => {
|
908 |
-
console.log('
|
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 |
|