remove scripts replaced by open.js

This commit is contained in:
buzz-lightsnack-2007 2024-04-15 23:13:16 +08:00
parent 6d46ba81dc
commit 0d84da3b09
2 changed files with 0 additions and 28 deletions

View file

@ -1,13 +0,0 @@
import windowman from "/scripts/GUI/windowman.JS";
function redirect() {
windowman.new(`/pages/settings.htm`);
window.close();
}
function main() {
redirect();
}
main();

View file

@ -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();