aboutsummaryrefslogtreecommitdiff
path: root/src/window-utils.js
diff options
context:
space:
mode:
authoramy <[email protected]>2023-09-01 13:59:10 -0500
committeramy <[email protected]>2023-09-01 13:59:10 -0500
commitebced9b5bf6ecfeb6383ae93451bba9175c901c1 (patch)
treef2734fae42309343393cfc1f58d6cfc12787108c /src/window-utils.js
parentc67174f2ae673fb1fba290538f2ff97fbc6ea62a (diff)
better meta parsing (yes im working on this again:3)HEADmain
Diffstat (limited to 'src/window-utils.js')
-rw-r--r--src/window-utils.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window-utils.js b/src/window-utils.js
index 525cc40..c38afe1 100644
--- a/src/window-utils.js
+++ b/src/window-utils.js
@@ -420,7 +420,7 @@ let util = {
document.getElementById(i +"-content-button-sub").onclick = () => {
res(inp.path+document.getElementById(i +"-fd-bottom-sel").value)
document.getElementById(i+"-root").remove()
-
+ refresh_windows()
}
document.getElementById(i +"-content-button2-sub").onclick = () => {
rej("canceled by user")