Sha256: f71e01065bb5787b592ecabb65198654f5618739543c9acce99a4c22f62e25d0

Contents?: true

Size: 333 Bytes

Versions: 2

Compression:

Stored size: 333 Bytes

Contents

$(document).ajaxComplete ->
  if $('.passwd_form').length
    $('.input_field').keypress (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()
        $('.passwd_form').submit()

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
lunar_shell-0.5.2 app/assets/javascripts/lunar_shell/satellites/passwd.coffee
lunar_shell-0.5.0 app/assets/javascripts/lunar_shell/satellites/passwd.coffee