Fix a few CodeQL issues

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
XhmikosR
2025-03-07 10:39:45 +02:00
parent 0e41aaa40c
commit f7710ebc76
2 changed files with 3 additions and 3 deletions

View File

@@ -323,7 +323,7 @@ function createDynamicConfigTabs() {
// Dynamically fill the tabs with config topics
Object.keys(data.config).forEach(function (topic) {
var value = data.config[topic];
generateRow(topic, topic, value, data);
generateRow(topic, topic, value);
});
$("#advanced-overlay").hide();