From 6916d99620d4d963b508048ea52c459b0b4f2c63 Mon Sep 17 00:00:00 2001 From: Joseph Szobody Date: Tue, 22 Aug 2023 11:36:30 -0400 Subject: [PATCH] ditch the mobile nav for now --- main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.js b/main.js index 4c4853a..7ace38d 100644 --- a/main.js +++ b/main.js @@ -16,13 +16,13 @@ document.addEventListener('DOMContentLoaded', function() { $.get($(".nav .active a")[0].href, function(data) { $(".nav .active").append(""); $('a[href="' + location.pathname + '"]').parent().addClass('active'); - $('.nav-collapse').append('"); + // $('.nav-collapse').append('"); }); } else if(self.location.href.includes('category')) { $('#main-content').prepend("