|
@@ -6,6 +6,6 @@ function openNav() {
|
|
|
|
|
|
/* Set the width of the side navigation to 0 and the left margin of the page content to 0 */
|
|
/* Set the width of the side navigation to 0 and the left margin of the page content to 0 */
|
|
function closeNav() {
|
|
function closeNav() {
|
|
- document.getElementById("mySidenav").style.width = "0";
|
|
|
|
- document.getElementById("main").style.marginLeft = "0";
|
|
|
|
|
|
+ document.getElementById("mySidenav").style.width = "0px";
|
|
|
|
+ document.getElementById("main").style.marginLeft = "0px";
|
|
}
|
|
}
|