Committer: emazin
LJSV-1426: Incorrect behavior when sending private messageU trunk/htdocs/inbox/compose.bml
Modified: trunk/htdocs/inbox/compose.bml =================================================================== --- trunk/htdocs/inbox/compose.bml 2011-04-04 03:13:47 UTC (rev 18774) +++ trunk/htdocs/inbox/compose.bml 2011-04-04 03:16:43 UTC (rev 18775) @@ -253,6 +253,9 @@ $body .= LJ::html_submit($ML{'.title.send'}); $body .= "</form></div>"; $body .= qq{ + <script type="text/javascript"> + jQuery("#compose").disableEnterSubmit(); + </script> </td></tr></table> };