1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 22:13:53 +01:00

description fix

This commit is contained in:
Marek Farkaš
2025-02-16 16:17:07 +01:00
parent c0095e1802
commit fcfc0691fa
4 changed files with 74 additions and 73 deletions

View File

@@ -1103,7 +1103,7 @@ function toggleLock(buttonSelector, activeMessage, inactiveMessage, activeLabel,
}
function showTunerDescription() {
let parentDiv = $("#dashboard-panel-description").parent();
let parentDiv = $("#tuner-name").parent();
if (!$("#dashboard-panel-description").is(":visible")) {
parentDiv.css("border-radius", "15px 15px 0 0");