mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-01-31 17:54:57 +01:00
Merge branch 'KoboldAI:main' into united
This commit is contained in:
commit
72d661111d
@ -1865,8 +1865,6 @@ function cleanupChunkWhitespace() {
|
||||
chunks.sort(function(e) {parseInt(e)});
|
||||
for(var i = 0; i < chunks.length; i++) {
|
||||
var original_chunk = document.getElementById("n" + chunks[i]);
|
||||
original_chunk.innerText = footer + original_chunk.innerText;
|
||||
footer = "";
|
||||
var chunk = original_chunk.nextSibling;
|
||||
while(chunk) {
|
||||
if(chunk.tagName === "CHUNK") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user