mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-03 07:55:36 +00:00
[share] share repo to group with 'admin' perm: fix
This commit is contained in:
@@ -15,8 +15,8 @@ define([
|
||||
mobileTemplate: _.template($('#shared-repo-mobile-tmpl').html()),
|
||||
|
||||
events: {
|
||||
'click .unshare-btn': 'removeShare',
|
||||
'click .repo-share-btn': 'share'
|
||||
'click .repo-share-btn': 'share',
|
||||
'click .unshare-btn': 'removeShare'
|
||||
},
|
||||
|
||||
initialize: function() {
|
||||
|
Reference in New Issue
Block a user