app/assets/javascripts/lunar_shell/satellites/passwd.coffee in lunar_shell-0.4.1 vs app/assets/javascripts/lunar_shell/satellites/passwd.coffee in lunar_shell-0.5.0
- old
+ new
@@ -1,8 +1,8 @@
$(document).ajaxComplete ->
if $('.passwd_form').length
$('.input_field').keypress (e) ->
if e.which == 13
e.preventDefault()
- $('#shell-history').append "<div class=\"input\"></div>"
+ $('#shell-history').append "<div class=\"history-io history-io-input\"></div>"
$('.input').last().append $('.passwd_form label').text()
$('.passwd_form').submit()