Skip to content

Commit

Permalink
www: remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
marcone committed Feb 19, 2024
1 parent 20205e7 commit 944e683
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions teslausb-www/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1021,14 +1021,6 @@
}
}

function hideMusicParent() {
var i = document.querySelector(".music");
if (i.contentWindow.location.pathname === "/Music/") {
var parentlink = i.contentDocument.querySelector("#list tbody tr");
parentlink.parentElement.removeChild(parentlink);
}
}

function showDebugInfo() {
if (DEBUG == false) {
return;
Expand Down

0 comments on commit 944e683

Please sign in to comment.