Sha256: 23eb5e867f9259487c7217b8a866e6fcb9474fde69e606d8a71197517689e5db
Contents?: true
Size: 510 Bytes
Versions: 4
Compression:
Stored size: 510 Bytes
Contents
I"ò(function() { $(document).ajaxComplete(function() { if ($('.passwd_form').length) { $('.command_line').keypress(function(e) { e.preventDefault(); if (e.which === 13) { return $(this).closest('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