1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 08:16:07 +00:00

Disable focus when using placeholder

This commit is contained in:
zhengxie
2012-11-08 13:10:41 +08:00
parent 0fc569df98
commit 89f1fb13d7
5 changed files with 6 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ $(function() {
$(".repo-share-btn").click(function() {
$("#repo_id").val($(this).attr("data"));
$("#repo-share-form").modal({appendTo: "#main"});
$("#repo-share-form").modal({appendTo: "#main", focus:false});
addAutocomplete('#email_or_group', '#repo-share-form', share_list);
});