mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-05 05:39:11 +00:00
Add stylesheet to config page
This commit is contained in:
@@ -14,6 +14,7 @@ function processChildren(element, data) {
|
||||
for (let key in data) {
|
||||
var child = document.createElement("div");
|
||||
child.id = key;
|
||||
child.className = "config-element";
|
||||
child.appendChild(document.createTextNode(key + ": "));
|
||||
if (data[key] === Object(data[key])) {
|
||||
console.log(key, data[key]);
|
||||
|
||||
Reference in New Issue
Block a user