Line 49: | Line 49: | ||
links.forEach(function (link) { | links.forEach(function (link) { | ||
− | console.log( | + | console.log(link); |
$(svg.getElementById(link[0])).hover(function () { | $(svg.getElementById(link[0])).hover(function () { | ||
$(this).css('cursor', 'pointer'); | $(this).css('cursor', 'pointer'); |
Revision as of 13:35, 28 October 2017