From: Loic Baron Date: Thu, 16 Apr 2015 12:38:52 +0000 (+0200) Subject: javascript error fixed - due to inclusion of jquery-ui twice X-Git-Tag: myslice-1.3~37^2~7^2 X-Git-Url: http://git.onelab.eu/?p=unfold.git;a=commitdiff_plain;h=aab3baf16bcea3c999acced67648db62d403d2a5 javascript error fixed - due to inclusion of jquery-ui twice --- 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(); }); -}); + }); -