mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-07-30 16:59:15 +02:00
description fix
This commit is contained in:
+1
-1
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user