diff --git a/app/frontend/templates/panel/panel_config.html b/app/frontend/templates/panel/panel_config.html index d8822eb3..22cf7998 100644 --- a/app/frontend/templates/panel/panel_config.html +++ b/app/frontend/templates/panel/panel_config.html @@ -333,8 +333,6 @@ $("#submit-status").html(''); let path = $("#global_server_path").val(); - path; - console.log(path) var token = getCookie("_xsrf") let res = await fetch(`/api/v2/crafty/config/servers_dir`, { method: 'PATCH', diff --git a/app/frontend/templates/panel/panel_edit_user.html b/app/frontend/templates/panel/panel_edit_user.html index b61c6619..959987a9 100644 --- a/app/frontend/templates/panel/panel_edit_user.html +++ b/app/frontend/templates/panel/panel_edit_user.html @@ -217,7 +217,7 @@ data['lang']) }}{% end %}
{{ translate('userConfig', 'permName', data['lang']) }} |
---|