Fixed utf bugs in pdf generation, deleted unnecessary files, some other minor tweaks.

This commit is contained in:
mihasinkec
2021-02-21 15:16:40 +01:00
parent c1d6cbbb70
commit fd4bad4afe
7 changed files with 19 additions and 52 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="sl">
<head>
<meta charset="UTF-8">
<title>Portal za oddajanje besedil za DS4 in DS1</title>
@@ -237,7 +237,7 @@ zagotovili vse potrebne informacije v skladu s predpisi o varstvu osebnih podatk
const reEmail = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
Dropzone.options.myDropzone = { // The camelized version of the ID of the form element
url: "/upload",
url: "./upload",
autoProcessQueue: false,
uploadMultiple: true,
parallelUploads: 20,