Merge branch 'KoboldAI:main' into united

This commit is contained in:
henk717 2022-06-28 18:37:31 +02:00 committed by GitHub
commit 72d661111d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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") {