Removing nav.js

This commit is contained in:
Zachary Klosko 2020-12-31 09:30:41 -05:00
parent 883044bbe8
commit 99d4f27320
1 changed files with 0 additions and 14 deletions

View File

@ -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();
}
});
});*/