You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: coffee/docxgen.coffee
+5-7Lines changed: 5 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -18,12 +18,11 @@ module.exports=class DocxGen
18
18
@qrCodeNumCallBack=0#This is the order of the qrcode
19
19
@qrCodeWaitingFor= [] #The templater waits till all the qrcodes are decoded, This is the list of the remaining qrcodes to decode (only their order in the document is stored)
20
20
if content?thenifcontent.length>0then@load(content)
0 commit comments