docs: add Toolkit.js to lto-barcode

and generate a single js file for it

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak
2021-06-04 14:35:29 +02:00
committed by Thomas Lamprecht
parent 442d6da8fb
commit d738669066
4 changed files with 22 additions and 26 deletions

View File

@ -1,5 +1,5 @@
// for Toolkit.js
function gettxt(val) { return val; };
function gettext(val) { return val; };
Ext.onReady(function() {
const NOW = new Date();