Skip to content

Commit

Permalink
About link
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudLhutereau authored Feb 21, 2020
1 parent 5282b6c commit 2c00f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
@@ -116,7 +116,7 @@ function onClickHandler(info, tab) {
} else if (info.menuItemId == "General_about") {
// Search URL
console.log("about");
chrome.tabs.create({url: "https://github.com/ArnaudLhutereau/"});
chrome.tabs.create({url: "https://github.com/ArnaudLhutereau/analyzeriocs"});


} else {

0 comments on commit 2c00f61

Please sign in to comment.