mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-20 19:46:03 +01:00
5 lines
No EOL
216 B
CoffeeScript
5 lines
No EOL
216 B
CoffeeScript
# see GitHub issue #11
|
|
($ document).on "submit", "form#edit_user", (evt) ->
|
|
if ($ "input#user_current_password").val().length == 0
|
|
evt.preventDefault()
|
|
$("button[data-target=#modal-passwd]").trigger 'click' |