From 99d4f27320e1d69f12e5cc790d95046841e34d75 Mon Sep 17 00:00:00 2001 From: Zachary Klosko Date: Thu, 31 Dec 2020 09:30:41 -0500 Subject: [PATCH] Removing nav.js --- airtime_mvc/public/js/airtime/nav/nav.js | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 airtime_mvc/public/js/airtime/nav/nav.js diff --git a/airtime_mvc/public/js/airtime/nav/nav.js b/airtime_mvc/public/js/airtime/nav/nav.js deleted file mode 100644 index 606fa4a52..000000000 --- a/airtime_mvc/public/js/airtime/nav/nav.js +++ /dev/null @@ -1,14 +0,0 @@ -/*$(document).ready(function() { - $(".media_type_selector").on("click", function() { - console.log("hello"); - console.log(location.hash); - if (!$(this).hasClass("selected")) { - //AIRTIME.library.selectNone(); - $(".media_type_selector").each(function () { - $(this).removeClass("selected"); - }); - $(this).addClass("selected"); - oTable.fnDraw(); - } - }); -});*/