From ce00af535dcd75dad647844fd1ebe8da1542a5b1 Mon Sep 17 00:00:00 2001 From: shocknet-justin Date: Thu, 9 Oct 2025 21:59:34 -0400 Subject: [PATCH] wiz --- static/js/wizard.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/static/js/wizard.js b/static/js/wizard.js index b5d39187..f84736cc 100644 --- a/static/js/wizard.js +++ b/static/js/wizard.js @@ -162,11 +162,8 @@ $(() => { cs.text(connectString); codebox.addClass('revealed'); - const veil = codebox.find('.qr-veil'); - veil.css({ // Force veil styles off - 'backdrop-filter': 'none', - '-webkit-backdrop-filter': 'none', - }).hide(); + // Remove the veil from the DOM entirely to kill the blur + codebox.find('.qr-veil').remove(); clickText.hide();