소스 검색

Update crfVisit.js, check if remote updating works.

Andrej Studen 3 년 전
부모
커밋
5443da7d1b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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");});