equal
deleted
inserted
replaced
18 } |
18 } |
19 $('#modal-template .modal-header h3').html(titleFront); |
19 $('#modal-template .modal-header h3').html(titleFront); |
20 |
20 |
21 $("#modal-template .modal-body").load(modalRemote, function() { |
21 $("#modal-template .modal-body").load(modalRemote, function() { |
22 $("#modal-template").modal("show"); |
22 $("#modal-template").modal("show"); |
|
23 $("#modal-template").find(".bibliotheque-link").hide(); |
23 }); |
24 }); |
24 |
25 |
25 }); |
26 }); |
26 |
27 |
27 //confirmation suppression |
28 //confirmation suppression |