js: fixed wrong paths in DemoExtension

--

* Some forgotten internal links after the move to a subdir and cleaning
This commit is contained in:
Maximilian Krambach 2018-04-26 17:59:40 +02:00
parent 1f7b19512c
commit f45b926816
3 changed files with 3 additions and 3 deletions

View File

@ -20,6 +20,6 @@
*/ */
document.addEventListener('DOMContentLoaded', function() { document.addEventListener('DOMContentLoaded', function() {
chrome.tabs.create({ chrome.tabs.create({
url: './uimainui.html' url: './mainui.html'
}); });
}); });

View File

@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<link rel="stylesheet" href="ui.css"/> <link rel="stylesheet" href="ui.css"/>
<script src="gpgmejs.bundle.js"></script> <script src="libs/gpgmejs.bundle.js"></script>
<script src="maindemo.js"></script> <script src="maindemo.js"></script>
</head> </head>
<body> <body>

View File

@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<script src="test_index.js"></script> <script src="entry.js"></script>
</head> </head>
<body> <body>
</body> </body>