Skip to content

Commit

Permalink
Update header.ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiksking124 authored Aug 18, 2020
1 parent f6b8f2d commit 1cb84a6
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion views/header.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,16 @@ body {
</div>



<script>
function myFunction() {
var x = document.getElementById("myTopnav");
if (x.className === "topnav") {
x.className += " responsive";
} else {
x.className = "topnav";
}
}
</script>


</body>
Expand Down

0 comments on commit 1cb84a6

Please sign in to comment.