This commit is contained in:
Kevin Jahns
2015-12-18 16:34:00 +01:00
parent 625a64635a
commit 8ba1e4ce27
3 changed files with 67 additions and 1 deletions

View File

@@ -66,7 +66,7 @@ Y({
// This will call the observe function (see line 40)
// and reflect the change in the DOM
y.share.chat.push([message])
this.reset()
this.querySelector("[name=message]").value = ""
}
// Do not send this form!
event.preventDefault()