From 7320f5926edc6a76ba0a6c8137d6d3e032545d37 Mon Sep 17 00:00:00 2001 From: Loic Baron Date: Thu, 16 Apr 2015 15:42:13 +0200 Subject: [PATCH] fixes --- portal/templates/fed4fire/fed4fire_home-view.html | 3 +-- portal/templates/fed4fire/fed4fire_slicerequest_view.html | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/portal/templates/fed4fire/fed4fire_home-view.html b/portal/templates/fed4fire/fed4fire_home-view.html index 7e3a5ebe..77d6efae 100644 --- a/portal/templates/fed4fire/fed4fire_home-view.html +++ b/portal/templates/fed4fire/fed4fire_home-view.html @@ -48,7 +48,7 @@

Experiment now

- +

The latest version of jFed is only compatible with Java 8 or higher. We detected that you are using an older version.

@@ -162,7 +162,6 @@ }); - diff --git a/portal/templates/fed4fire/fed4fire_slicerequest_view.html b/portal/templates/fed4fire/fed4fire_slicerequest_view.html index 15fad97c..7e9ee0b4 100644 --- a/portal/templates/fed4fire/fed4fire_slicerequest_view.html +++ b/portal/templates/fed4fire/fed4fire_slicerequest_view.html @@ -65,7 +65,7 @@ jQuery(document).ready(function(){ $("#authority_hrn").val(""); } } - }); + }).bind('focus', function(){ $(this).autocomplete("search"); } ); }); /*function draw_projects(authority_hrn){ -- 2.43.0