Commit 4fdf10f4 authored by Paul Asmuth's avatar Paul Asmuth
Browse files

gauge explorer: open on click

parent ca3804b3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -84,6 +84,7 @@

        input.click(function(){
          input.select();
          input.autocomplete( "search", "" );
        });

        $( "<a>" )