remove scripts replaced by open.js
This commit is contained in:
parent
6d46ba81dc
commit
0d84da3b09
2 changed files with 0 additions and 28 deletions
|
@ -1,13 +0,0 @@
|
|||
import windowman from "/scripts/GUI/windowman.JS";
|
||||
|
||||
function redirect() {
|
||||
windowman.new(`/pages/settings.htm`);
|
||||
|
||||
window.close();
|
||||
}
|
||||
|
||||
function main() {
|
||||
redirect();
|
||||
}
|
||||
|
||||
main();
|
|
@ -1,15 +0,0 @@
|
|||
// Open the settings in a pop-up window.
|
||||
|
||||
import windowman from "/scripts/GUI/windowman.JS";
|
||||
|
||||
function redirect() {
|
||||
windowman.new(`/pages/settings.htm`);
|
||||
|
||||
window.close();
|
||||
}
|
||||
|
||||
function main() {
|
||||
redirect();
|
||||
}
|
||||
|
||||
main();
|
Loading…
Add table
Add a link
Reference in a new issue