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);
|
||||
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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue