瀏覽代碼

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");});