possible fix to #1148

v1.18.x
Baris Soner Usakli 11 years ago
parent c4d1c8feff
commit 3c6e4ebda1

@ -7,7 +7,7 @@ define(function() {
successEl = $('#success'),
errorTextEl = errorEl.find('p');
$('#reset').onclick = function() {
$('#reset').on('click', function() {
if (inputEl.val() && inputEl.val().indexOf('@') !== -1) {
socket.emit('user.reset.send', {
email: inputEl.val()

Loading…
Cancel
Save