mirror of
https://github.com/senju1337/senju.git
synced 2025-12-24 07:39:29 +00:00
fix: remove unnecessary stuff
Refs: OPS-56
This commit is contained in:
parent
6baaee8d9a
commit
3234cf0e6b
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ Vote him, task complete.</h2>
|
|||
responseBox.classList.remove('opacity-0');
|
||||
|
||||
// Example response
|
||||
document.getElementById('ai-response').textContent = 'Amogus';
|
||||
document.getElementById('ai-response').textContent = 'Example text';
|
||||
} else {
|
||||
|
||||
errorMessage.classList.remove('hidden');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue