Fix the bug introduced in the share modal fix
This commit is contained in:
parent
0b1795e5a1
commit
91e42f1518
@ -352,7 +352,6 @@ define([
|
|||||||
if (!$(el).is(':visible')) { return; }
|
if (!$(el).is(':visible')) { return; }
|
||||||
$(el).click();
|
$(el).click();
|
||||||
}, frame);
|
}, frame);
|
||||||
$(el).removeAttr('data-keys');
|
|
||||||
});
|
});
|
||||||
document.body.appendChild(frame);
|
document.body.appendChild(frame);
|
||||||
$(frame).focus();
|
$(frame).focus();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user