Line 64: | Line 64: | ||
//takes the link tags and adds them to a list | //takes the link tags and adds them to a list | ||
var list_item; | var list_item; | ||
− | for (i=0; i < entryBlocks | + | for (i=0; i < entryBlocks.length; i++){ |
entryBlocks[i].ulList = document.createElement("ul"); | entryBlocks[i].ulList = document.createElement("ul"); | ||
for (k=0; k < entryBlocks[i].a.length;k++){ | for (k=0; k < entryBlocks[i].a.length;k++){ |
Revision as of 16:33, 13 June 2018