From aab3baf16bcea3c999acced67648db62d403d2a5 Mon Sep 17 00:00:00 2001 From: Loic Baron Date: Thu, 16 Apr 2015 14:38:52 +0200 Subject: [PATCH] javascript error fixed - due to inclusion of jquery-ui twice --- portal/templates/fed4fire/fed4fire_home-view.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/portal/templates/fed4fire/fed4fire_home-view.html b/portal/templates/fed4fire/fed4fire_home-view.html index 9903d96c..7e3a5ebe 100644 --- a/portal/templates/fed4fire/fed4fire_home-view.html +++ b/portal/templates/fed4fire/fed4fire_home-view.html @@ -160,9 +160,8 @@ $('div#'+$(this).data('panel')).show(); }); -}); + }); - -- 2.43.0