aboutsummaryrefslogtreecommitdiffstats
path: root/lang/js/DemoExtension/entry.js
diff options
context:
space:
mode:
Diffstat (limited to 'lang/js/DemoExtension/entry.js')
-rw-r--r--lang/js/DemoExtension/entry.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/js/DemoExtension/entry.js b/lang/js/DemoExtension/entry.js
index 7e5e1ffe..62583421 100644
--- a/lang/js/DemoExtension/entry.js
+++ b/lang/js/DemoExtension/entry.js
@@ -20,6 +20,6 @@
*/
document.addEventListener('DOMContentLoaded', function() {
chrome.tabs.create({
- url: './uimainui.html'
+ url: './mainui.html'
});
});