layout and style changes
[myslice.git] / portal / templates / slicerequest_view.html
index c99ca4d..1f57bce 100644 (file)
@@ -94,6 +94,7 @@ jQuery(document).ready(function(){
     ];
     $( "#authority_hrn" ).autocomplete({
       source: availableTags,
+      minLength: 0,
       select: function( event, ui ) {console.log(jQuery(this))}
     });
 });