Sha256: 7e0845077981c142a8b7249d51ffad89afaa68077f1840378c552710f5190123

Contents?: true

Size: 511 Bytes

Versions: 4

Compression:

Stored size: 511 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().clone().append($('.passwd_form label').text());
      });
    }
  });

}).call(this);
:ET

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
lunar_shell-0.5.2 test/dummy/tmp/cache/assets/sprockets/v3.0/Is/iSGIU2RIZrzY7B7JR9ZZaiMoDjguq9dYZzdJSa2mQno.cache
lunar_shell-0.5.0 test/dummy/tmp/cache/assets/sprockets/v3.0/Is/iSGIU2RIZrzY7B7JR9ZZaiMoDjguq9dYZzdJSa2mQno.cache
lunar_shell-0.4.1 test/dummy/tmp/cache/assets/sprockets/v3.0/Is/iSGIU2RIZrzY7B7JR9ZZaiMoDjguq9dYZzdJSa2mQno.cache
lunar_shell-0.3.0 test/dummy/tmp/cache/assets/sprockets/v3.0/Is/iSGIU2RIZrzY7B7JR9ZZaiMoDjguq9dYZzdJSa2mQno.cache