Completing functional conversions

This commit is contained in:
= 2019-09-02 04:56:45 -05:00
parent 3cfd9840e8
commit edb16382f3
Signed by: kiichan
GPG key ID: 619DFD67F0976616
29 changed files with 1798 additions and 28 deletions

View file

@ -72,7 +72,7 @@
max-width: 300px;
border-radius: 5%;
}
#sqrl-id img {
#sqrl-qr img {
margin: auto;
width: 100%;
padding-top: 3px;

View file

@ -1,5 +1,3 @@
'use strict';
(function() {
var get_next_url = function() {
var input = document.querySelectorAll('input[name="next"]');
@ -59,7 +57,7 @@
// The original can be found here:
// https://davidshimjs.github.io/qrcodejs/
var QRCode;
var QRCode;
! function() {
function a(a) {
this.mode = c.MODE_8BIT_BYTE, this.data = a, this.parsedData = [];