mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-16 13:09:43 +01:00
Update download.html
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user