Добавил выбор направления и другие мелкие фиксы
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
{
|
||||
{ "Анкета", "/questionnaire" },
|
||||
{ "Заявление", "/statement" },
|
||||
{ "Отправка", "/otchislenie/result" },
|
||||
{ "Отправка", "/result" },
|
||||
{ "Свобода", "/otchislenie/congratulation" }
|
||||
};
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
case "statement":
|
||||
_lvl = 2;
|
||||
break;
|
||||
case "otchislenie/result":
|
||||
case "result":
|
||||
_lvl = 3;
|
||||
break;
|
||||
case "otchislenie/congratulation":
|
||||
|
||||
Reference in New Issue
Block a user