Sha256: 34bfe5157759547f9baf3613b0ee36f17f279153788fc6643d8fdb4b95ef52d2
Contents?: true
Size: 429 Bytes
Versions: 4
Compression:
Stored size: 429 Bytes
Contents
I"¡(function() { $(document).ajaxComplete(function() { $('.command_line').keypress(function(e) { if (e.which === 13) { e.preventDefault(); return alert('yo'); } }); return $('.passwd_form').submit(function(e) { $('#shell-history').append("<div class=\"input\"></div>"); return $('.input').last().append($('.passwd_form label').text()); }); }); }).call(this); :ET
Version data entries
4 entries across 4 versions & 1 rubygems