fixed typo in edit mail form

This commit is contained in:
Serghey Rodin 2012-11-24 14:16:59 +02:00
commit 24fc53ac24

View file

@ -44,7 +44,7 @@
var rnum = Math.floor(Math.random() * chars.length);
randomstring += chars.substring(rnum,rnum+1);
}
document.v-add-user.v_password.value = randomstring;
document.v_edit_mail_acc.v_password.value = randomstring;
}
</script>