menu
This commit is contained in:
parent
aa88b36fc5
commit
7f3306dafc
5 changed files with 117 additions and 110 deletions
4
js/jquery.min.js
vendored
4
js/jquery.min.js
vendored
File diff suppressed because one or more lines are too long
8
js/menu.js
Normal file
8
js/menu.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
function dropme() {
|
||||
var x = document.getElementById("rtopnav");
|
||||
if (x.className === "topnav") {
|
||||
x.className += " responsive";
|
||||
} else {
|
||||
x.className = "topnav";
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue