* Fix bug.

This commit is contained in:
tianshujie98
2020-12-25 17:06:38 +08:00
parent ff2b599dc8
commit 94fe3f7f5c
+1 -1
View File
@@ -66,7 +66,7 @@ $(function()
ulObj = this;
/* Render the item of the value which is selected before the page loads.*/
$("input[name='accounts[]']").each(function()
$("input[name='realnames[]']").each(function()
{
changeUsers(ulObj, this.value);
});