integration/js/ressource.js
changeset 8 7a5de13173b1
parent 6 547b3ddedf7f
child 9 e3d551eda5a6
equal deleted inserted replaced
7:2ffcd52445f5 8:7a5de13173b1
    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