Змінено директорії

Додано скрипти CRON
Поліпшено механізм запису стендів та їх редагування
This commit is contained in:
2025-10-27 00:11:18 +02:00
parent 1d9f9a1468
commit 04f39da611
196 changed files with 4962 additions and 4065 deletions

View File

@@ -47,6 +47,10 @@ Router
pageActive();
Stand_constructor.init();;
})
.add('stand/editor/(.*)', function (id) {
pageActive();
Stand_editor.init(id);;
})
.add('stand/card/(.*)', function (id) {
pageActive();
Stand_card.init(id);;