mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Bug Fix
This commit is contained in:
@@ -1817,7 +1817,7 @@ function world_info_entry(data) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
attribute_area = document.createElement("div");
|
attribute_area = document.createElement("div");
|
||||||
label = document.createElement("span");
|
let label = document.createElement("span");
|
||||||
label.textContent = "\xa0\xa0\xa0\xa0Attribute: ";
|
label.textContent = "\xa0\xa0\xa0\xa0Attribute: ";
|
||||||
attribute_area.append(label);
|
attribute_area.append(label);
|
||||||
input = document.createElement("input");
|
input = document.createElement("input");
|
||||||
|
Reference in New Issue
Block a user