Sha256: 60d1e81abd502e61a53d9912492b26b45f10614cce02d3c946d1e1b3d23eba2a

Contents?: true

Size: 311 Bytes

Versions: 2

Compression:

Stored size: 311 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
lunar_shell-0.4.1 app/assets/javascripts/lunar_shell/satellites/passwd.coffee
lunar_shell-0.3.0 app/assets/javascripts/lunar_shell/satellites/passwd.coffee