Merge pull request #65 from ajdor/master

Context menu "Used on" note
This commit is contained in:
Son Nguyen Kim
2020-09-07 14:14:57 +02:00
committed by GitHub
+1 -1
View File
@@ -66,7 +66,7 @@ function generateAliasHandlerJS(tab, res) {
}
async function handleOnClickContextMenu(info, tab) {
const res = await handleNewRandomAlias(tab);
const res = await handleNewRandomAlias(info.pageUrl);
generateAliasHandlerJS(tab, res);
}