Sha256: 15b8d6c0383dd127587821a5799847753d1814497216f878eca2173b0f319d14
Contents?: true
Size: 392 Bytes
Versions: 4
Compression:
Stored size: 392 Bytes
Contents
I"|(function() { $(document).ajaxComplete(function() { $('.command_line').keyup(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