Fix the bug introduced in the share modal fix

pull/1/head
yflory 7 years ago
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…
Cancel
Save