Open the issue tag list on click

parent 05bc6589
......@@ -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