Merge branch 'feature/customdocument26' of https://gitlab.rlp.net/proj-wise2526-video2document/video2document into feature/customdocument26

This commit is contained in:
santa
2026-01-15 14:19:32 +01:00
6 changed files with 465 additions and 252 deletions
-4
View File
@@ -234,14 +234,10 @@
.replace(/_/g, ' ') // Leerzeichen ersetzen
.replace(/\b\w/g, c => c.toUpperCase()) // ersten Buchstaben groß
existingDocs.appendChild(option);
//customDocumentTypes.appendChild(option);
});
});
}
</script>
<script src="./renderer.js"></script>
</body>