show yanked url
This commit is contained in:
parent
859d0372b5
commit
3d41e96a5d
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Reference in a new issue