mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 12:26:15 +02:00
Update extensions.js
This commit is contained in:
parent
dc370aa523
commit
4a7119bc0a
|
|
@ -202,6 +202,7 @@ function QrCodeImgHtml(text)
|
|||
includetext: false
|
||||
});
|
||||
img.src = dummyCanvas.toDataURL("image/png");
|
||||
img.classList.add("qr-code");
|
||||
|
||||
return img.outerHTML;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user