From: Loic Baron Date: Wed, 15 Apr 2015 15:27:10 +0000 (+0200) Subject: Create Slice: Load list of projects min length 0 X-Git-Url: http://git.onelab.eu/?p=unfold.git;a=commitdiff_plain;h=873a1e187cfdf103fe56b62ee565770b2d9f4b10 Create Slice: Load list of projects min length 0 --- diff --git a/portal/templates/fed4fire/fed4fire_slicerequest_view.html b/portal/templates/fed4fire/fed4fire_slicerequest_view.html index 729616db..15fad97c 100644 --- a/portal/templates/fed4fire/fed4fire_slicerequest_view.html +++ b/portal/templates/fed4fire/fed4fire_slicerequest_view.html @@ -55,6 +55,7 @@ jQuery(document).ready(function(){ var myprojects = JSON.parse(localStorage.getItem('projects')); $( "#authority_hrn" ).autocomplete({ + minLength: 0, source: myprojects, change: function (event, ui) { if(!ui.item){