[git] GPGME - branch, javascript-binding, updated. gpgme-1.11.1-16-gf45b926
by Maximilian Krambach
cvs at cvs.gnupg.org
Thu Apr 26 18:00:14 CEST 2018
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG Made Easy".
The branch, javascript-binding has been updated
via f45b926816340d3cca37f013a9eb1b1d9cdb0cfe (commit)
from 1f7b19512cfa7e1b153b99d6a2b40bad82a5496e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f45b926816340d3cca37f013a9eb1b1d9cdb0cfe
Author: Maximilian Krambach <maximilian.krambach at intevation.de>
Date: Thu Apr 26 17:59:40 2018 +0200
js: fixed wrong paths in DemoExtension
--
* Some forgotten internal links after the move to a subdir and cleaning
diff --git a/lang/js/DemoExtension/entry.js b/lang/js/DemoExtension/entry.js
index 7e5e1ff..6258342 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'
});
});
diff --git a/lang/js/DemoExtension/mainui.html b/lang/js/DemoExtension/mainui.html
index d85e7a4..76b8a22 100644
--- a/lang/js/DemoExtension/mainui.html
+++ b/lang/js/DemoExtension/mainui.html
@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="ui.css"/>
- <script src="gpgmejs.bundle.js"></script>
+ <script src="libs/gpgmejs.bundle.js"></script>
<script src="maindemo.js"></script>
</head>
<body>
diff --git a/lang/js/DemoExtension/popup.html b/lang/js/DemoExtension/popup.html
index 866b113..5007031 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>
-----------------------------------------------------------------------
Summary of changes:
lang/js/DemoExtension/entry.js | 2 +-
lang/js/DemoExtension/mainui.html | 2 +-
lang/js/DemoExtension/popup.html | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
GnuPG Made Easy
http://git.gnupg.org
More information about the Gnupg-commits
mailing list