diff --git a/styles/bootstrap/download.html b/styles/bootstrap/download.html index c81feed..1aa4fb2 100755 --- a/styles/bootstrap/download.html +++ b/styles/bootstrap/download.html @@ -117,7 +117,7 @@ about_edit_save.onclick = () => { about_content.style.display = ''; edit_textarea.style.display = 'none'; about_edit_save.innerHTML = '{lang.EDIT}'; - ajaxRemote('POST', '{{config.siteurl}}do.php?id={id}', 'change_file_about=1&about=' + edit_textarea.value, (request) => {}) + ajaxRemote('POST', '{config.siteurl}do.php?id={id}', 'change_file_about=1&about=' + edit_textarea.value, (request) => {}) break;