From 944e683c28d055d0c9f414eccc1980d1a1c58ec4 Mon Sep 17 00:00:00 2001 From: Marco Nelissen Date: Sun, 18 Feb 2024 19:27:55 -0800 Subject: [PATCH] www: remove unused function --- teslausb-www/html/index.html | 8 -------- 1 file changed, 8 deletions(-) diff --git a/teslausb-www/html/index.html b/teslausb-www/html/index.html index 147bdef9..e3f6eb55 100644 --- a/teslausb-www/html/index.html +++ b/teslausb-www/html/index.html @@ -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;