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() {
|
||||
chrome.tabs.create({
|
||||
url: './uimainui.html'
|
||||
url: './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>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<script src="test_index.js"></script>
|
||||
<script src="entry.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user