Difference between revisions of "Team:Purdue/Navpage"

Line 41: Line 41:
 
}
 
}
 
function addLink(Name_Url){
 
function addLink(Name_Url){
for(i = 0, i<=len(entryBlocks); i++){
+
for(i = 0; i<=len(entryBlocks); i++){
 
     if(entryBlocks[i].letter==(Name.toUpperCase())[0]){
 
     if(entryBlocks[i].letter==(Name.toUpperCase())[0]){
 
         entryBlocks[i].addLink(Name_Url);
 
         entryBlocks[i].addLink(Name_Url);

Revision as of 22:10, 12 June 2018

Bootstrap Example