diff --git a/web/js/main.js b/web/js/main.js index c522140..808e8c7 100755 --- a/web/js/main.js +++ b/web/js/main.js @@ -54,4 +54,8 @@ if ($('#branchList').length) { valueNames: ['item'] }; var repoList = new List('branchList', listBranchOptions); -} \ No newline at end of file +} + +$('.search').click(function (e) { + e.stopPropagation(); +}); \ No newline at end of file