Sha256: 338898332fadb6818436b86881cb4f22b15b270059b5801ed153462bd155b45b
Contents?: true
Size: 418 Bytes
Versions: 4
Compression:
Stored size: 418 Bytes
Contents
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("<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