Sha256: 2720b69f2284c06280b910dee1a41b3330963783648299b0866e33dad0a51ea1

Contents?: true

Size: 572 Bytes

Versions: 4

Compression:

Stored size: 572 Bytes

Contents

I"0(function() {
  var focus_cli, form_submit;

  focus_cli = function() {
    return $('#command_line').focus();
  };

  form_submit = function() {
    return $('#cli').submit(function(e) {
      e.preventDefault();
      alert('yo');
      return $('#shell-history').append("<div class=\"input\"></div>");
    });
  };

  $(function() {
    focus_cli();
    form_submit();
    return $(document).click(function() {
      return focus_cli();
    });
  });

  $(document).ajaxComplete(function() {
    focus_cli();
    return form_submit();
  });

}).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/8c/8cBgIer_l11v_nbBThR1Zo7yfAYOBjSH-EUvvquCR4k.cache
lunar_shell-0.5.0 test/dummy/tmp/cache/assets/sprockets/v3.0/8c/8cBgIer_l11v_nbBThR1Zo7yfAYOBjSH-EUvvquCR4k.cache
lunar_shell-0.4.1 test/dummy/tmp/cache/assets/sprockets/v3.0/8c/8cBgIer_l11v_nbBThR1Zo7yfAYOBjSH-EUvvquCR4k.cache
lunar_shell-0.3.0 test/dummy/tmp/cache/assets/sprockets/v3.0/8c/8cBgIer_l11v_nbBThR1Zo7yfAYOBjSH-EUvvquCR4k.cache