Line 64: | Line 64: | ||
for (k = 0; k < entryBlocks[i].Url_name.length; k++){ | for (k = 0; k < entryBlocks[i].Url_name.length; k++){ | ||
− | temp = entryBlocks[i].Url_name[k].split(",", | + | temp = entryBlocks[i].Url_name[k].split(",",2); |
as = document.createElement("a"); | as = document.createElement("a"); | ||
as.href=temp[1]; | as.href=temp[1]; |
Revision as of 17:58, 13 June 2018