git-svn-id: http://xe-core.googlecode.com/svn/trunk@1761 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-06-25 10:37:11 +00:00
parent c92102f8fe
commit b7ec12f4c2
45 changed files with 899 additions and 790 deletions

View file

@ -52,7 +52,7 @@ function doUpdateGroup(group_srl, mode, message) {
function completeUpdateGroup(ret_obj) {
var page = ret_obj['page'];
var url = current_url.setQuery('act','dispMemberAdminGroupList');
location.href = url;
location.href = current_url.setQuery('group_srl','');
}