Difference between revisions of "Team:Purdue/Navpage"

Line 39: Line 39:
 
function addLink(Name_Url){
 
function addLink(Name_Url){
 
for(i = 0; i<=entryBlocks.length; i++){
 
for(i = 0; i<=entryBlocks.length; i++){
     if(entryBlocks[i].letter==(Url_name.toUpperCase())[0]){
+
     if(entryBlocks[i].letter==(Name_Url.toUpperCase())[0]){
 
         entryBlocks[i].addLink(Name_Url);
 
         entryBlocks[i].addLink(Name_Url);
 
}
 
}

Revision as of 17:41, 13 June 2018

Bootstrap Example