aboutsummaryrefslogtreecommitdiffstats
path: root/lang/js/DemoExtension/entry.js
diff options
context:
space:
mode:
authorMaximilian Krambach <[email protected]>2018-04-26 15:59:40 +0000
committerMaximilian Krambach <[email protected]>2018-04-26 15:59:40 +0000
commitf45b926816340d3cca37f013a9eb1b1d9cdb0cfe (patch)
tree5829f7798be8f7efbda8e49c29c115802622035b /lang/js/DemoExtension/entry.js
parentjs: created TestExtension and smaller fixes (diff)
downloadgpgme-f45b926816340d3cca37f013a9eb1b1d9cdb0cfe.tar.gz
gpgme-f45b926816340d3cca37f013a9eb1b1d9cdb0cfe.zip
js: fixed wrong paths in DemoExtension
-- * Some forgotten internal links after the move to a subdir and cleaning
Diffstat (limited to '')
-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'
});
});