Andrew's git
/
newtab.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
remove sites.js and tidy up HTML
[newtab.git]
/
main.js
diff --git
a/main.js
b/main.js
index 01b293c0d282dd4c8d36ee30acf1d3688afa4fe0..34f7cdc94057ea8dbc4efb8f65c4006621f395dd 100644
(file)
--- a/
main.js
+++ b/
main.js
@@
-129,7
+129,6
@@
function genItem(ul, nme, url) {
var img = document.createElement("img");
img.className = "icon";
img.src = "https://www.google.com/s2/favicons?domain=" + url;
- img.alt = extractDomain(url, 1);
var link = document.createElement("a");
link.className = "item";