Sha256: 1bd333acc1ee90a583940d357e56db39f76d34f826ed2b8725b6b5ee74eb02bd
Contents?: true
Size: 503 Bytes
Versions: 4
Compression:
Stored size: 503 Bytes
Contents
I"ë(function() { $(document).ajaxComplete(function() { if ($('.passwd_form').length) { $('.command_line').keypress(function(e) { if (e.which === 13) { return $(".passwd_form").attr("action", "/search/" + action); } }); 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