Parcourir la source

Update crfVisit.js, check if remote updating works.

Andrej Studen il y a 3 ans
Parent
commit
5443da7d1b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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");});