Line 13: | Line 13: | ||
window.onload = () => { | window.onload = () => { | ||
var svg = document.getElementById("hero-image").contentDocument; | var svg = document.getElementById("hero-image").contentDocument; | ||
− | $(".hero-image").find(".bio").click(function(e) {console.log(e)} | + | $(".hero-image").find(".bio").click(function(e) {console.log(e)}) |
} | } | ||
</script> | </script> |
Revision as of 08:13, 26 October 2017