Changes

Jump to navigation Jump to search
Fixed insertAfter
Line 4: Line 4:  
     a.href = "https://" + location.href.substring("http://".length);
 
     a.href = "https://" + location.href.substring("http://".length);
 
     a.innerText = "Upgrade to HTTPS";
 
     a.innerText = "Upgrade to HTTPS";
     nav.insertAfter(nav.children[0]);
+
     nav.insertBefore(nav.children[1]);
 
}
 
}

Navigation menu