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 @@ -

+