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