Line 13: | Line 13: | ||
window.onload = () => { | window.onload = () => { | ||
var svg = document.getElementById("hero-image").getSVGDocument(); | var svg = document.getElementById("hero-image").getSVGDocument(); | ||
− | + | $(svg.getElementById("bio")).popover({container: "body", title: "Biology", content: "Stuff", placement: | |
− | + | 'top'}); | |
+ | |||
} | } |
Revision as of 10:39, 26 October 2017