mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-27 05:26:05 +10:00
Merge pull request #4259 from jojosch/fix/issue-label-autocomlete-on-click
Open the issue tag list on click
This commit is contained in:
@@ -64,6 +64,9 @@
|
||||
event.preventDefault();
|
||||
}
|
||||
})
|
||||
.bind( "click", function( event ) {
|
||||
$( this ).autocomplete("search", "");
|
||||
})
|
||||
.autocomplete({
|
||||
minLength: 0,
|
||||
source: function( request, response ) {
|
||||
|
||||
Reference in New Issue
Block a user