Sha256: 34bfe5157759547f9baf3613b0ee36f17f279153788fc6643d8fdb4b95ef52d2

Contents?: true

Size: 429 Bytes

Versions: 4

Compression:

Stored size: 429 Bytes

Contents

I"¡(function() {
  $(document).ajaxComplete(function() {
    $('.command_line').keypress(function(e) {
      if (e.which === 13) {
        e.preventDefault();
        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

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