diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-04-05 14:56:31 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-04-05 14:57:44 +0300 |
| commit | a16dea8dd45f54240d44bdade242d278da5b7fa0 (patch) | |
| tree | cec43eed7efa7d181214187ea8dd1e19017a3663 /src/client/pw_reset.js | |
| parent | d1202ab2958a8c06aac99a6c20656d2e054716f6 (diff) | |
misc
Diffstat (limited to 'src/client/pw_reset.js')
| -rw-r--r-- | src/client/pw_reset.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/pw_reset.js b/src/client/pw_reset.js index 78c854c9..ffdeb0ad 100644 --- a/src/client/pw_reset.js +++ b/src/client/pw_reset.js @@ -48,7 +48,7 @@ define('pw_reset__submit_new_pw', ['jquery', 'util', 'pw_reset__common'], functi msg_row.children().remove(); util.input_validation__password($('#pw_reset_form__password_first').val(), - $('#pw_reset_form__password_second').val()) + $('#pw_reset_form__password_second').val()); msg_row.hide(); } catch(e) { |
