mozilla / remote-newtab

Remotely-hosted New Tab Page
https://mozilla.github.io/remote-newtab/src/
Mozilla Public License 2.0
15 stars 7 forks source link

link.dataset.title = tooltip; is wrong #73

Closed marcoscaceres closed 9 years ago

marcoscaceres commented 9 years ago

in sites.js, this:

link.dataset.title = tooltip;

Should just be:

link.title = tooltip;
sarracini commented 9 years ago

This issue was fixed when issue #78 was merged in, can we close this?