diff -r 2ffcd52445f5 -r 7a5de13173b1 integration/js/home.js --- a/integration/js/home.js Thu May 16 13:01:40 2013 +0200 +++ b/integration/js/home.js Thu May 16 13:08:20 2013 +0200 @@ -15,6 +15,7 @@ $("#modal-template .modal-body").load(modalRemote, function() { $("#modal-template").modal("show"); + $("#modal-template").find(".bibliotheque-link").hide(); }); });