Update js/rus/rus.js
Browse files- js/rus/rus.js +2 -2
js/rus/rus.js
CHANGED
@@ -346,7 +346,7 @@ editor.Components.addType('avp_kol_f_v1-settings-block', {
|
|
346 |
window.new_w = props.new_w;
|
347 |
window.hook = props.hook;
|
348 |
const initBlock = () => {
|
349 |
-
console.log('Empty block initialized with props:', { idSpun,
|
350 |
};
|
351 |
const loadScript = (src, callback) => {
|
352 |
const script = document.createElement('script');
|
@@ -383,7 +383,7 @@ editor.Components.addType('avp_kol_f_v1-settings-block', {
|
|
383 |
},
|
384 |
{
|
385 |
type: 'text',
|
386 |
-
name: '
|
387 |
label: 'SECTORS',
|
388 |
changeProp: true
|
389 |
},
|
|
|
346 |
window.new_w = props.new_w;
|
347 |
window.hook = props.hook;
|
348 |
const initBlock = () => {
|
349 |
+
console.log('Empty block initialized with props:', { idSpun, sector, delay, avp, grup, red_url, new_w, hook });
|
350 |
};
|
351 |
const loadScript = (src, callback) => {
|
352 |
const script = document.createElement('script');
|
|
|
383 |
},
|
384 |
{
|
385 |
type: 'text',
|
386 |
+
name: 'sector',
|
387 |
label: 'SECTORS',
|
388 |
changeProp: true
|
389 |
},
|