aboutsummaryrefslogtreecommitdiffstats
path: root/lang/js/DemoExtension/popup.html
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/popup.html
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/popup.html2
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>