js: fixed wrong paths in DemoExtension
-- * Some forgotten internal links after the move to a subdir and cleaning
This commit is contained in:
parent
1f7b19512c
commit
f45b926816
@ -20,6 +20,6 @@
|
|||||||
*/
|
*/
|
||||||
document.addEventListener('DOMContentLoaded', function() {
|
document.addEventListener('DOMContentLoaded', function() {
|
||||||
chrome.tabs.create({
|
chrome.tabs.create({
|
||||||
url: './uimainui.html'
|
url: './mainui.html'
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user