# HG changeset patch # User Anthony Ly # Date 1368702500 -7200 # Node ID 7a5de13173b1b00ce5451bb93e0d4762e5c107f1 # Parent 2ffcd52445f59aff01643310b8acc6038b0fa9d1 hide bibliotheque link on home and resource page 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(); }); }); diff -r 2ffcd52445f5 -r 7a5de13173b1 integration/js/ressource.js --- 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(); }); }); diff -r 2ffcd52445f5 -r 7a5de13173b1 integration/modal-image.html --- a/integration/modal-image.html Thu May 16 13:01:40 2013 +0200 +++ b/integration/modal-image.html Thu May 16 13:08:20 2013 +0200 @@ -1,7 +1,7 @@
diff -r 2ffcd52445f5 -r 7a5de13173b1 integration/modal-video.html --- a/integration/modal-video.html Thu May 16 13:01:40 2013 +0200 +++ b/integration/modal-video.html Thu May 16 13:08:20 2013 +0200 @@ -1,7 +1,7 @@