facg3 / MWM-Chat

this is room chat project for express week
0 stars 1 forks source link

use 'submit' even listener #28

Closed Walidmash closed 6 years ago

Walidmash commented 6 years ago

Instead of making two even listeners https://github.com/facg3/MWM-Chat/blob/86b2915bd7d778383b4d227a56668b791430906a/public/js/registerDom.js#L30 https://github.com/facg3/MWM-Chat/blob/86b2915bd7d778383b4d227a56668b791430906a/public/js/registerDom.js#L33 you can just make a 'submit' listener on the form, which will handle both the click event and keypress enter even

marwa7med commented 6 years ago

Done !!