From 873a1e187cfdf103fe56b62ee565770b2d9f4b10 Mon Sep 17 00:00:00 2001 From: Loic Baron Date: Wed, 15 Apr 2015 17:27:10 +0200 Subject: [PATCH] Create Slice: Load list of projects min length 0 --- portal/templates/fed4fire/fed4fire_slicerequest_view.html | 1 + 1 file changed, 1 insertion(+) 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){ -- 2.43.0