Commit 1b49ae2e authored by 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
parents 1f26c46a e8989945
......@@ -64,6 +64,9 @@
event.preventDefault();
}
})
.bind( "click", function( event ) {
$( this ).autocomplete("search", "");
})
.autocomplete({
minLength: 0,
source: function( request, response ) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment