From 52792f66543191e76dc861b04f670bd5fd58de19 Mon Sep 17 00:00:00 2001 From: adameverson Date: Wed, 8 Jun 2022 20:45:52 -0300 Subject: [PATCH 1/2] Added QRCode Massive Added QRCode Massive with generate, add, remove, hide, show. --- index.html | 162 +++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 140 insertions(+), 22 deletions(-) diff --git a/index.html b/index.html index fc16f3d..78aa2bd 100644 --- a/index.html +++ b/index.html @@ -6,39 +6,157 @@ + -
-
+
+ + + + +
+
+
+
+
\ No newline at end of file From 855533e1570d4ba49c41848195e089d258556fcc Mon Sep 17 00:00:00 2001 From: adameverson Date: Wed, 8 Jun 2022 20:49:05 -0300 Subject: [PATCH 2/2] Removed unnecessary variable --- index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/index.html b/index.html index 78aa2bd..0fc6c86 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,6 @@ var removeCode; var makeCode; var changeVisibility; -var changeVisibility2;