Commit e898994508335cdda751cb1e9463a0b59a3b90e9

Authored by Johannes Schleifenbaum
1 parent 05bc6589

Open the issue tag list on click

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
app/views/issues/_form.html.haml
... ... @@ -64,6 +64,9 @@
64 64 event.preventDefault();
65 65 }
66 66 })
  67 + .bind( "click", function( event ) {
  68 + $( this ).autocomplete("search", "");
  69 + })
67 70 .autocomplete({
68 71 minLength: 0,
69 72 source: function( request, response ) {
... ...