Completing functional conversions
This commit is contained in:
parent
3cfd9840e8
commit
edb16382f3
29 changed files with 1798 additions and 28 deletions
|
@ -72,7 +72,7 @@
|
|||
max-width: 300px;
|
||||
border-radius: 5%;
|
||||
}
|
||||
#sqrl-id img {
|
||||
#sqrl-qr img {
|
||||
margin: auto;
|
||||
width: 100%;
|
||||
padding-top: 3px;
|
||||
|
|
|
@ -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 = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue