mirror of
https://github.com/pi-hole/web.git
synced 2025-12-20 02:38:28 +00:00
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user