Closed marcoscaceres closed 9 years ago
in sites.js, this:
link.dataset.title = tooltip;
Should just be:
link.title = tooltip;
This issue was fixed when issue #78 was merged in, can we close this?
in sites.js, this:
Should just be: