1
0
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:
llj
2017-09-05 16:07:09 +08:00
parent dd7f5d5417
commit 667afb6a59
6 changed files with 23 additions and 20 deletions

View File

@@ -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() {