aboutsummaryrefslogtreecommitdiffstats
path: root/background_page.html
diff options
context:
space:
mode:
Diffstat (limited to 'background_page.html')
-rw-r--r--background_page.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/background_page.html b/background_page.html
index aca4206b..aed9617b 100644
--- a/background_page.html
+++ b/background_page.html
@@ -40,7 +40,6 @@
upgradeNotificationClosed: upgradeNotificationClosed,
updateScrollPosition: handleUpdateScrollPosition,
copyToClipboard: copyToClipboard,
- copyLinkUrl: copyLinkUrl,
isEnabledForUrl: isEnabledForUrl,
saveHelpDialogSettings: saveHelpDialogSettings
};
@@ -211,13 +210,6 @@
});
}
- /**
- * Copies url of selected link to the clipboard (wget ftw)
- */
- function copyLinkUrl(request) {
- Clipboard.copy(request.data);
- }
-
function openCopiedUrlInCurrentTab(request) {
openUrlInCurrentTab({ url: utils.ensureUrl(Clipboard.paste()) });
}