lint compliance

This commit is contained in:
yflory
2019-09-18 18:01:37 +02:00
parent 1b9a8828e9
commit 3d96f3d7b1
2 changed files with 1 additions and 2 deletions

View File

@@ -1090,7 +1090,6 @@ define([
className: 'primary',
name: Messages.share_linkCopy,
onClick: function () {
saveValue();
var v = getLinkValue();
var success = Clipboard.copy(v);
if (success) { UI.log(Messages.shareSuccess); }