Javascript error on group-edit.jsp

Hi,

Not sure if a bug exist on this or not (in-line patch ). Openfire trunk

/group-edit.jsp?group=xxxxxx

-document.f.users.focus();
+document.f.username.focus();

daryl

Thanks! Fixed in trunk.

Verified the fix in 3.5.0 RC2 , thanks!