提交 1b49ae2e 编写于 作者: D Dmitriy Zaporozhets

Merge pull request #4259 from jojosch/fix/issue-label-autocomlete-on-click

Open the issue tag list on click
......@@ -64,6 +64,9 @@
event.preventDefault();
}
})
.bind( "click", function( event ) {
$( this ).autocomplete("search", "");
})
.autocomplete({
minLength: 0,
source: function( request, response ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册