Procházet zdrojové kódy

Update crfVisit.js, check if remote updating works.

Andrej Studen před 3 roky
rodič
revize
5443da7d1b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      web/crf/crfVisit.js

+ 1 - 1
web/crf/crfVisit.js

@@ -1375,7 +1375,7 @@ function checkBlob(config){
 function printForm(config){
 
 	let doc=new PDFDocument();
-	doc.fontSize(25).text("Some text with standard font Andrej!", 100, 100);
+	doc.fontSize(25).text("Some text with standard font Andrej (1)!", 100, 100);
 	doc.end();
 	let stream = doc.pipe(blobStream()).on("finish",function(){
 		blob=stream.toBlob("application/pdf");});