diff options
| author | Jacob McDonnell <jacob@simplelittledream.com> | 2021-01-16 21:21:22 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@simplelittledream.com> | 2021-01-16 21:21:22 -0500 |
| commit | fcd16bc0fc2ffd457d2f085395f97af752f1093d (patch) | |
| tree | b4a3e982a4c4e0deb1afbd58057be08004e6dcc3 /JS/oldsidenav.js | |
| parent | 3cbd1a5ec7f333b1837ecc0072daa56de7afa596 (diff) | |
New Version of the website
Diffstat (limited to 'JS/oldsidenav.js')
| -rwxr-xr-x | JS/oldsidenav.js | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/JS/oldsidenav.js b/JS/oldsidenav.js deleted file mode 100755 index c9ebbe0..0000000 --- a/JS/oldsidenav.js +++ /dev/null @@ -1,11 +0,0 @@ -/*Attenion this sidebar Code will be removed when the rest of the pages on the main site are updated -It will still be available at https://old.jacobmcdonnell.com/version-1/ and at https://old.jacobmcdonnell.com/version-2/ */ -//sidebar code -function openNav() { - document.getElementById("mySidenav").style.width = "250px"; - document.getElementById("nav").style.marginLeft = "250px"; -} -function closeNav() { - document.getElementById("mySidenav").style.width = "0"; - document.getElementById("nav").style.marginLeft= "0"; -}
\ No newline at end of file |
