mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 15:09:14 +00:00
Added resize to share repo and send link simplemodal
This commit is contained in:
@@ -17,6 +17,7 @@ $(function() {
|
||||
$(".repo-share-btn").click(function() {
|
||||
$("#repo_id").val($(this).attr("data"));
|
||||
$("#repo-share-form").modal({appendTo: "#main", focus:false});
|
||||
$('#simplemodal-container').css('height', 'auto');
|
||||
addAutocomplete('#email_or_group', '#repo-share-form', share_list);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user