1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 23:20:51 +00:00

accessibility improvement; bugfix & clean up

This commit is contained in:
llj
2016-04-29 16:47:04 +08:00
parent ef980da1ec
commit f466979760
18 changed files with 96 additions and 109 deletions

View File

@@ -77,7 +77,7 @@ define([
_this.$error.html(err_msg).show();
}
});
$("#group").append(this.$el);
$("#group-members-icon").after(this.$el);
}
});