Update pages.html
Browse files- pages.html +2 -2
pages.html
CHANGED
@@ -557,7 +557,7 @@ editor.Blocks.add('empty-block-block', {
|
|
557 |
|
558 |
|
559 |
|
560 |
-
|
561 |
// Создаем новый тип компонента для настроек видеоплеера
|
562 |
editor.Components.addType('video-player-settings', {
|
563 |
model: {
|
@@ -604,7 +604,7 @@ editor.Components.addType('video-player-settings', {
|
|
604 |
} else if (library === '10') {
|
605 |
playerjsSrc = 'https://huggingface.co/spaces/DMTuit/psy_vk/resolve/main/js/p10/playerjs.js';
|
606 |
} else if (library === '11') {
|
607 |
-
playerjsSrc = 'https://huggingface.co/spaces/DMTuit/psy_vk/resolve/main/js/p11/playerjs.js
|
608 |
} else if (library === '12') {
|
609 |
playerjsSrc = 'https://huggingface.co/spaces/DMTuit/psy_vk/resolve/main/js/p12/playerjs.js';
|
610 |
} else if (library === '13') {
|
|
|
557 |
|
558 |
|
559 |
|
560 |
+
|
561 |
// Создаем новый тип компонента для настроек видеоплеера
|
562 |
editor.Components.addType('video-player-settings', {
|
563 |
model: {
|
|
|
604 |
} else if (library === '10') {
|
605 |
playerjsSrc = 'https://huggingface.co/spaces/DMTuit/psy_vk/resolve/main/js/p10/playerjs.js';
|
606 |
} else if (library === '11') {
|
607 |
+
playerjsSrc = 'https://huggingface.co/spaces/DMTuit/psy_vk/resolve/main/js/p11/playerjs.js';
|
608 |
} else if (library === '12') {
|
609 |
playerjsSrc = 'https://huggingface.co/spaces/DMTuit/psy_vk/resolve/main/js/p12/playerjs.js';
|
610 |
} else if (library === '13') {
|