Skip to content
This repository has been archived by the owner on Jun 8, 2018. It is now read-only.

Commit

Permalink
Update testing utility link
Browse files Browse the repository at this point in the history
  • Loading branch information
Synzvato committed Feb 20, 2019
1 parent a074ed7 commit aec857f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/popup/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ popup._onTestingUtilityLinkClicked = function (event) {
if (event.button === 0 || event.button === 1) {

chrome.tabs.create({
'url': 'https://decentraleyes.org/test/',
'url': 'https://decentraleyes.org/test',
'active': (event.button === 0)
});
}
Expand Down

0 comments on commit aec857f

Please sign in to comment.