forked from MarseyWorld/MarseyWorld
dfs
parent
74fbdd278a
commit
2dc7a471f3
|
@ -188,8 +188,8 @@
|
|||
}
|
||||
|
||||
function quote(text) {
|
||||
textbox.style.height = '76px'
|
||||
textbox.value = '> ' + text + '\n'
|
||||
textbox.style.height = '80px'
|
||||
textbox.value = '> ' + text + '\n\n'
|
||||
textbox.focus()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue