integration/js/ressource.js
changeset 8 7a5de13173b1
parent 6 547b3ddedf7f
child 9 e3d551eda5a6
--- a/integration/js/ressource.js	Thu May 16 13:01:40 2013 +0200
+++ b/integration/js/ressource.js	Thu May 16 13:08:20 2013 +0200
@@ -20,6 +20,7 @@
 
         $("#modal-template .modal-body").load(modalRemote, function() { 
             $("#modal-template").modal("show"); 
+            $("#modal-template").find(".bibliotheque-link").hide();
         });
 
     });