wiz
This commit is contained in:
parent
5083ef40e1
commit
ce00af535d
1 changed files with 2 additions and 5 deletions
|
|
@ -162,11 +162,8 @@ $(() => {
|
||||||
cs.text(connectString);
|
cs.text(connectString);
|
||||||
codebox.addClass('revealed');
|
codebox.addClass('revealed');
|
||||||
|
|
||||||
const veil = codebox.find('.qr-veil');
|
// Remove the veil from the DOM entirely to kill the blur
|
||||||
veil.css({ // Force veil styles off
|
codebox.find('.qr-veil').remove();
|
||||||
'backdrop-filter': 'none',
|
|
||||||
'-webkit-backdrop-filter': 'none',
|
|
||||||
}).hide();
|
|
||||||
|
|
||||||
clickText.hide();
|
clickText.hide();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue