move files
This commit is contained in:
parent
ec43576519
commit
6451dfd065
11 changed files with 6 additions and 6 deletions
22
scripts/pages/popup.js
Normal file
22
scripts/pages/popup.js
Normal file
|
@ -0,0 +1,22 @@
|
|||
/* Popup.js
|
||||
Build the interface for popup
|
||||
*/
|
||||
|
||||
// Import modules.
|
||||
import windowman from "/scripts/GUI/windowman.js";
|
||||
let secretariat = await import(chrome.runtime.getURL("scripts/secretariat.js"));
|
||||
|
||||
function start() {
|
||||
windowman.prepare();
|
||||
}
|
||||
/* Populate the strings on the page. */
|
||||
function say(element) {
|
||||
// document.title
|
||||
}
|
||||
|
||||
function main() {
|
||||
let tab = start();
|
||||
say(tab);
|
||||
}
|
||||
|
||||
main();
|
Loading…
Add table
Add a link
Reference in a new issue