ソースを参照

fixed typo in edit mail form

Serghey Rodin 13 年 前
コミット
24fc53ac24
1 ファイル変更1 行追加1 行削除
  1. 1 1
      web/templates/admin/edit_mail_acc.html

+ 1 - 1
web/templates/admin/edit_mail_acc.html

@@ -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>