Removing nav.js
This commit is contained in:
parent
883044bbe8
commit
99d4f27320
|
@ -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();
|
||||
}
|
||||
});
|
||||
});*/
|
Loading…
Reference in New Issue