From 6919b914a4f2f1f8d3796a5bff206d15a060d50f Mon Sep 17 00:00:00 2001 From: Tijl <85572877+xTTLegend@users.noreply.github.com> Date: Sun, 25 Dec 2022 17:59:07 +0100 Subject: [PATCH] added comment --- popup-func.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/popup-func.js b/popup-func.js index ae3e5f4..6bb3314 100644 --- a/popup-func.js +++ b/popup-func.js @@ -17,8 +17,8 @@ function newRedirect () { var responseData = JSON.parse(request.response); shortUrlOut.value = `${config.shlinkOutUrl}/${responseData.shortCode}`; shlinkAppBtnRdUrl = `${config.shlinkAppUrl}/short-code/${responseData.shortCode}/${config.shlinkAppOpenMode}`; - document.getElementById("newButton").style.display = 'none'; - document.getElementById("cancelButton").style.display = 'block'; + //document.getElementById("newButton").style.display = 'none'; //to be worked on + //document.getElementById("cancelButton").style.display = 'block'; //to be worked on document.getElementById("p1qr-code").src = `${config.shlinkUrl}/${responseData.shortCode}/qr-code?size=160&format=png&margin=2&errorCorrection=L`; } });