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

Open the issue tag list on click
This commit is contained in:
Dmitriy Zaporozhets
2013-06-10 09:39:14 -07:00
+3
View File
@@ -64,6 +64,9 @@
event.preventDefault();
}
})
.bind( "click", function( event ) {
$( this ).autocomplete("search", "");
})
.autocomplete({
minLength: 0,
source: function( request, response ) {