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/popup.html | |
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 '')
-rw-r--r-- | lang/js/DemoExtension/popup.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/js/DemoExtension/popup.html b/lang/js/DemoExtension/popup.html index 866b1135..50070311 100644 --- a/lang/js/DemoExtension/popup.html +++ b/lang/js/DemoExtension/popup.html @@ -2,7 +2,7 @@ <html> <head> <meta charset="utf-8"> - <script src="test_index.js"></script> + <script src="entry.js"></script> </head> <body> </body> |