move migration, bugfixes, ....
This commit is contained in:
parent
5401e2594d
commit
18863bee7f
25 changed files with 255 additions and 33 deletions
|
@ -4,6 +4,7 @@ import 'jquery-form'
|
|||
import {ConfirmDialog, Dialog} from './confirm-modal.js';
|
||||
|
||||
jQuery = window.$ = window.jQuery = require('jquery');
|
||||
var cbor = require('cbor-web');
|
||||
var forge = require('node-forge');
|
||||
var QRCode = require("qrcode-svg");
|
||||
var pki = require('node-forge/lib/pki');
|
||||
|
@ -16,6 +17,8 @@ const $ = document.querySelector.bind(document);
|
|||
const $$ = document.querySelectorAll.bind(document);
|
||||
|
||||
|
||||
window.CBOR = cbor;
|
||||
|
||||
/*
|
||||
Convert an ArrayBuffer into a string
|
||||
from https://developers.google.com/web/updates/2012/06/How-to-convert-ArrayBuffer-to-and-from-String
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue