Skip to content
Snippets Groups Projects
Commit 6bc74935 authored by Anton Bagliy's avatar Anton Bagliy
Browse files

FIX: issue241 after merge #241

parent 2c2c0368
Branches
No related merge requests found
......@@ -33,7 +33,8 @@
{ "Title": "История выставления баллов", "Anchor": "#", "Disabled": "true" },
{ "Title": "Токены авторизации", "Anchor": "authTokens" },
{ "Title": "Поддержка", "Anchor": "support" },
{ "Title": "Синхронизация с 1С", "Anchor": "sync" }
{ "Title": "Синхронизация с 1С", "Anchor": "sync" },
{ "Title": "Конфигурация", "Anchor": "config" }
]
},
{
......
......@@ -10,7 +10,7 @@ $(() => {
data = $(this).val();
let id = $(this).attr("id");
$.post(URLdir + 'handler/config/index', {id, type, data}).done(_ => {
$.post(g_URLdir + 'handler/config/index', {id, type, data}).done(_ => {
Popup.success('Изменения сохранены');
}).fail(_ => {
Popup.error('Произошла ошибка');
......
......@@ -46,7 +46,7 @@
<label>
HTTPS:
<input class="defaultForm" type="checkbox" id="Https" {{ Config.Https == true ? "checked" : "unchecked"}}>
<input class="defaultForm" type="checkbox" id="HTTPS" {{ Config.Https == true ? "checked" : "unchecked"}}>
</label>
</div>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment