diff options
author | Maximilian Krambach <[email protected]> | 2018-04-26 15:59:40 +0000 |
---|---|---|
committer | Maximilian Krambach <[email protected]> | 2018-04-26 15:59:40 +0000 |
commit | f45b926816340d3cca37f013a9eb1b1d9cdb0cfe (patch) | |
tree | 5829f7798be8f7efbda8e49c29c115802622035b /lang/js/DemoExtension/entry.js | |
parent | js: created TestExtension and smaller fixes (diff) | |
download | gpgme-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 'lang/js/DemoExtension/entry.js')
-rw-r--r-- | lang/js/DemoExtension/entry.js | 2 |
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' }); }); |