From e898994508335cdda751cb1e9463a0b59a3b90e9 Mon Sep 17 00:00:00 2001 From: Johannes Schleifenbaum Date: Sun, 9 Jun 2013 18:36:08 +0200 Subject: [PATCH] Open the issue tag list on click --- app/views/issues/_form.html.haml | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/app/views/issues/_form.html.haml b/app/views/issues/_form.html.haml index 2bb5e6c..936f9ea 100644 --- a/app/views/issues/_form.html.haml +++ b/app/views/issues/_form.html.haml @@ -64,6 +64,9 @@ event.preventDefault(); } }) + .bind( "click", function( event ) { + $( this ).autocomplete("search", ""); + }) .autocomplete({ minLength: 0, source: function( request, response ) { -- libgit2 0.21.2