Змінено директорії
Додано скрипти CRON Поліпшено механізм запису стендів та їх редагування
This commit is contained in:
@@ -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);;
|
||||
|
||||
Reference in New Issue
Block a user