aichaos / rivescript-go

A RiveScript interpreter for Go. RiveScript is a scripting language for chatterbots.
https://www.rivescript.com/
MIT License
60 stars 16 forks source link

Fix test page for JSON server example in Safari #27

Closed meowgorithm closed 7 years ago

meowgorithm commented 7 years ago

Safari (and probably other browsers) drop the submit button when it's empty as well as seem to ignore submission via the return key when display: none is set on the button. Weird.