mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-17 21:49:41 +01:00
Update download.html
This commit is contained in:
@@ -117,7 +117,7 @@ about_edit_save.onclick = () => {
|
|||||||
about_content.style.display = '';
|
about_content.style.display = '';
|
||||||
edit_textarea.style.display = 'none';
|
edit_textarea.style.display = 'none';
|
||||||
about_edit_save.innerHTML = '{lang.EDIT}';
|
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;
|
break;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user