diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-04-15 12:22:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-15 12:22:24 +0000 |
commit | 19ca873a38500b125133b6e2db47c8ca074f9c50 (patch) | |
tree | b1cb2f60cffd2916f639502ebb82a6aaa773dd51 /src/content/actions | |
parent | 640ac38fb6d486159057d1bc8d78d1792f1d1784 (diff) | |
parent | 3d41e96a5db6340344ac723e01d691fb083e7c32 (diff) |
Merge pull request #562 from aminroosta/amin/show-yanked-url
Show yanked url
Diffstat (limited to 'src/content/actions')
-rw-r--r-- | src/content/actions/operation.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/actions/operation.js b/src/content/actions/operation.js index e83387d..ed9b2cf 100644 --- a/src/content/actions/operation.js +++ b/src/content/actions/operation.js @@ -85,7 +85,7 @@ const exec = (operation, settings, addonEnabled) => { break; case operations.URLS_YANK: urls.yank(window); - consoleFrames.postInfo('Current url yanked'); + consoleFrames.postInfo('Yanked ' + window.location.href); break; case operations.URLS_PASTE: urls.paste( |