mirror of
https://github.com/neocities/neocities.git
synced 2025-05-14 00:17:26 +02:00
some fixes
push plz
This commit is contained in:
parent
64eab634f6
commit
9691bb2ec2
5 changed files with 11 additions and 2 deletions
6
public/assets/scripts/nav.js
Normal file
6
public/assets/scripts/nav.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
$(document).ready(function() {
|
||||
// this open and closes the small screen nav
|
||||
$('.small-Nav').click(function(){
|
||||
$('.header-Nav').toggleClass('show-Nav');
|
||||
})
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue