Skip to content
代码片段 群组 项目
提交 1b49ae2e 编辑于 作者: Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
浏览文件

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

Open the issue tag list on click
No related branches found
No related tags found
无相关合并请求
......@@ -64,6 +64,9 @@
event.preventDefault();
}
})
.bind( "click", function( event ) {
$( this ).autocomplete("search", "");
})
.autocomplete({
minLength: 0,
source: function( request, response ) {
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册