Sha256: a971d88f83d28822eec3cd6dbb5ea13d8d4bc3ef1a621940c4cd15856c90510a
Contents?: true
Size: 395 Bytes
Versions: 4
Compression:
Stored size: 395 Bytes
Contents
I"(function() { $(document).ajaxComplete(function() { $('.command_line').keypress(function(e) { if (e === 13) { 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