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