summaryrefslogtreecommitdiff
path: root/_includes/navigator.html
diff options
context:
space:
mode:
authorNayab W <42422512+nayabw@users.noreply.github.com>2018-11-03 16:27:05 -0500
committerGitHub <noreply@github.com>2018-11-03 16:27:05 -0500
commitae753b9f9ffaf005e1a54328938c6441268d747d (patch)
tree9f227790c33f2e119b9b38c6200f3a7ba35c1332 /_includes/navigator.html
parent3e566a54f0b3c6e445ee63fc10e0aee029c71fe1 (diff)
downloadsilicon-linux-ae753b9f9ffaf005e1a54328938c6441268d747d.tar.gz
silicon-linux-ae753b9f9ffaf005e1a54328938c6441268d747d.tar.bz2
silicon-linux-ae753b9f9ffaf005e1a54328938c6441268d747d.zip
hmmm
Diffstat (limited to '_includes/navigator.html')
-rw-r--r--_includes/navigator.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/navigator.html b/_includes/navigator.html
index 67f27d5..6925bd1 100644
--- a/_includes/navigator.html
+++ b/_includes/navigator.html
@@ -1,5 +1,5 @@
<div id="navigation">
- <ul class="navbar" id="myTopnav">
+ <ul class="navbar">
<li class="nav logo">Silicon Linux</li>
<li class="nav" {% if page.url == "/" %}style="background-color: #1f8e42;"{% endif %}><a class="nav" href="/">HOME</a></li>
<li class="nav" {% if page.url == "/download.html" %}style="background-color: #1f8e42;"{% endif %}><a class="nav"href="/download.html">DOWNLOAD</a></li>
@@ -14,7 +14,7 @@
<script>
function myFunction() {
- var x = document.getElementById("myTopnav");
+ var x = document.getElementById("navigation");
if (x.className === "nav") {
x.className += " responsive";
} else {