X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fslicerequest_view.html;h=1f57bcec6a4cca341ff67910e993473bd2319b27;hb=2f89f2e81c44a63d6d90746a1f3c126603280b66;hp=c99ca4df75aaf354fc37822e7ca3b244682d400e;hpb=5b66e750805a71fee70b0f8c0c4b5e4d71174673;p=unfold.git diff --git a/portal/templates/slicerequest_view.html b/portal/templates/slicerequest_view.html index c99ca4df..1f57bcec 100644 --- a/portal/templates/slicerequest_view.html +++ b/portal/templates/slicerequest_view.html @@ -94,6 +94,7 @@ jQuery(document).ready(function(){ ]; $( "#authority_hrn" ).autocomplete({ source: availableTags, + minLength: 0, select: function( event, ui ) {console.log(jQuery(this))} }); });