From 277a0089682dede9602ed3507c2bbbd0a4fa8a1b Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Wed, 27 Mar 2019 17:00:15 -0600 Subject: [PATCH] Fix conflict between multiple elements #publicid --- www/js/home.js | 2 +- www/pages/home.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www/js/home.js b/www/js/home.js index 208c8d6..310412a 100644 --- a/www/js/home.js +++ b/www/js/home.js @@ -68,7 +68,7 @@ function loadQrCode(callback) { }); var base64 = window.btoa(svg); $("#qrcode").attr("src", 'data:image/svg+xml;base64,' + base64); - $("#publicid").text(data.profile.publicid); + $("#qrcode-label").text(data.profile.publicid); $("#receive-loading").addClass("display-none"); callback(true); //} diff --git a/www/pages/home.html b/www/pages/home.html index 5aeeddf..1a9c0ae 100644 --- a/www/pages/home.html +++ b/www/pages/home.html @@ -75,7 +75,7 @@ -

+