mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
p2p instant question sending fixes
This commit is contained in:
parent
977c118da8
commit
f047701106
9 changed files with 75 additions and 56 deletions
|
@ -111,9 +111,9 @@
|
|||
const textNode = document.getElementById('text')
|
||||
if (resp.result === 'success') {
|
||||
location.reload()
|
||||
textNode.innerText = resp.msg
|
||||
textNode.innerText = resp.message
|
||||
} else {
|
||||
textNode.innerText = resp.msg
|
||||
textNode.innerText = resp.message
|
||||
button.disabled = false
|
||||
button.classList.remove('disabledButton')
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue