I"–(function() { $(document).ajaxComplete(function() { $('.command_line').keypress(function(e) { if (e.which === 13) { return $('.password_form').submit(); } }); return $('.passwd_form').submit(function(e) { $('#shell-history').append("
"); return $('.input').last().append($('.passwd_form label').text()); }); }); }).call(this); :ET