mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-17 07:41:26 +00:00
Allow share repo to unjoined group
This commit is contained in:
@@ -6,7 +6,7 @@ $(function() {
|
||||
{% endfor %}
|
||||
|
||||
{% for group in groups %}
|
||||
share_list.push('{{ group.props.group_name }} <{{ group.props.creator_name }}>');
|
||||
share_list.push('{{ group.props.group_name }}');
|
||||
{% endfor %}
|
||||
|
||||
$(".repo-share-btn").click(function() {
|
||||
|
Reference in New Issue
Block a user