Sha256: 7e33c0356b7ca19b5efd61a037d79ebe9b481cb5b744f4efde288f7c70f7f485

Contents?: true

Size: 469 Bytes

Versions: 1

Compression:

Stored size: 469 Bytes

Contents

I"É(function() {
  $(document).ajaxComplete(function() {
    if ($('.passwd_form').length) {
      return $('.input_field').keypress(function(e) {
        if (e.which === 13) {
          e.preventDefault();
          $('#shell-history').append("<div class=\"history-io history-io-input\"></div>");
          $('.input').last().append($('.passwd_form label').text());
          return $('.passwd_form').submit();
        }
      });
    }
  });

}).call(this);
:ET

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lunar_shell-0.5.2 test/dummy/tmp/cache/assets/sprockets/v3.0/-C/-C5tHvzUebfbh9J74QkqqDfLnhDu5ifUoSpgTJdPeis.cache