equal
deleted
inserted
replaced
13 } |
13 } |
14 $('#modal-template .modal-header h3').html(titleFront); |
14 $('#modal-template .modal-header h3').html(titleFront); |
15 |
15 |
16 $("#modal-template .modal-body").load(modalRemote, function() { |
16 $("#modal-template .modal-body").load(modalRemote, function() { |
17 $("#modal-template").modal("show"); |
17 $("#modal-template").modal("show"); |
|
18 $("#modal-template").find(".bibliotheque-link").hide(); |
18 }); |
19 }); |
19 |
20 |
20 }); |
21 }); |
21 |
22 |
22 })(jQuery); |
23 })(jQuery); |