You've already forked fm-dx-webserver
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:
@@ -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