Difference between revisions of "Template:Copenhagen-Header"

Line 778: Line 778:
 
             margin-left: 0px;
 
             margin-left: 0px;
 
         }
 
         }
 
$(document).ready(function(){
 
$("#masterclass-popover").popover({
 
    html : true,
 
placement: 'bottom',
 
    title: $("#masterclass-popover-head").html(),
 
    content: $("#masterclass-popover-content").html()
 
    });
 
 
$("small.download-notice a").click(function(e) {
 
    e.preventDefault();
 
});
 
});
 
  
 
     </style>
 
     </style>
Line 902: Line 889:
  
 
         });
 
         });
 +
 +
$(document).ready(function(){
 +
$("#masterclass-popover").popover({
 +
    html : true,
 +
placement: 'bottom',
 +
    title: $("#masterclass-popover-head").html(),
 +
    content: $("#masterclass-popover-content").html()
 +
    });
 +
 +
$("small.download-notice a").click(function(e) {
 +
    e.preventDefault();
 +
});
 +
});
 +
  
 
</script>
 
</script>

Revision as of 08:46, 31 October 2017