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;
|
break;
|
||||||
case operations.URLS_YANK:
|
case operations.URLS_YANK:
|
||||||
urls.yank(window);
|
urls.yank(window);
|
||||||
consoleFrames.postInfo('Current url yanked');
|
consoleFrames.postInfo('Yanked ' + window.location.href);
|
||||||
break;
|
break;
|
||||||
case operations.URLS_PASTE:
|
case operations.URLS_PASTE:
|
||||||
urls.paste(
|
urls.paste(
|
||||||
|
|
Reference in a new issue