aboutsummaryrefslogtreecommitdiffstats
path: root/lang/js/BrowserTestExtension/popup.js
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lang/js/BrowserTestExtension/popup.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/js/BrowserTestExtension/popup.js b/lang/js/BrowserTestExtension/popup.js
index 4764df55..12beb1eb 100644
--- a/lang/js/BrowserTestExtension/popup.js
+++ b/lang/js/BrowserTestExtension/popup.js
@@ -39,6 +39,6 @@
document.addEventListener('DOMContentLoaded', function() {
chrome.tabs.create({
- url: './browsertest.html'
+ url: './index.html'
});
});