Line 51: | Line 51: | ||
if(entryBlocks[i].Url_name){ | if(entryBlocks[i].Url_name){ | ||
entryBlocks[i].Url_name.sort(); | entryBlocks[i].Url_name.sort(); | ||
− | + | ||
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(",",1); | temp = entryBlocks[i].Url_name[k].split(",",1); | ||
Line 58: | Line 58: | ||
as.innerHTML=temp[0]; | as.innerHTML=temp[0]; | ||
obj.a.push(as); | obj.a.push(as); | ||
+ | } | ||
} | } | ||
} | } |
Revision as of 16:35, 13 June 2018