Sha256: 72640a72fc75520d53c1d20b3c40e38a9d510f83b8f254158d9af55ab58ba135

Contents?: true

Size: 401 Bytes

Versions: 4

Compression:

Stored size: 401 Bytes

Contents

I"…(function() {
  $(document).ajaxComplete(function() {
    $('.command_line').keypress(function(e) {
      if (e.which === 13) {
        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/X0/X0CCluwenabY05G4-OnbtvqV9ooCSMkASocsgvKy7so.cache
lunar_shell-0.5.0 test/dummy/tmp/cache/assets/sprockets/v3.0/X0/X0CCluwenabY05G4-OnbtvqV9ooCSMkASocsgvKy7so.cache
lunar_shell-0.4.1 test/dummy/tmp/cache/assets/sprockets/v3.0/X0/X0CCluwenabY05G4-OnbtvqV9ooCSMkASocsgvKy7so.cache
lunar_shell-0.3.0 test/dummy/tmp/cache/assets/sprockets/v3.0/X0/X0CCluwenabY05G4-OnbtvqV9ooCSMkASocsgvKy7so.cache