Frug / AJAX-Chat

A fully customizable web chat implemented in JavaScript, PHP and MySQL which integrates nicely with common forum systems like phpBB, MyBB, FluxBB, SMF and vBulletin. A Flash and Ruby based socket connection can be used to boost performance.
http://frug.github.io/AJAX-Chat/
545 stars 301 forks source link

Fix KeyPress/KeyDown event in shoutbox and logs #253

Open Disassembler0 opened 7 years ago

Disassembler0 commented 7 years ago

With current master it's not possible to send a message directly from shoutbox due to incomplete event refactorization/rename. This PR fixes it. And also #215