diff options
Diffstat (limited to 'src/content/actions/operation.js')
-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 1aeb8be..b96c6b9 100644 --- a/src/content/actions/operation.js +++ b/src/content/actions/operation.js @@ -85,7 +85,7 @@ const exec = (operation, repeat, settings, addonEnabled) => { break; case operations.URLS_YANK: urls.yank(window); - consoleFrames.postInfo(window.document, 'Current url yanked'); + consoleFrames.postInfo('Current url yanked'); break; case operations.URLS_PASTE: urls.paste( |