Fix the bug introduced in the share modal fix

pull/1/head
yflory 2018-01-31 12:11:10 +01:00
parent 0b1795e5a1
commit 91e42f1518
1 changed files with 0 additions and 1 deletions

View File

@ -352,7 +352,6 @@ define([
if (!$(el).is(':visible')) { return; }
$(el).click();
}, frame);
$(el).removeAttr('data-keys');
});
document.body.appendChild(frame);
$(frame).focus();