diff options
author | amy <[email protected]> | 2023-09-01 13:59:10 -0500 |
---|---|---|
committer | amy <[email protected]> | 2023-09-01 13:59:10 -0500 |
commit | 04e030f6a0d7250c4c4951ade1b0da07a9a8b689 (patch) | |
tree | aa7bedd62d3a88fb23f7a28ffc201b6968642e4c /src/window-utils.js | |
parent | e67af061d1ce087f31828bffe0f4479d82ba00f5 (diff) |
Diffstat (limited to 'src/window-utils.js')
-rw-r--r-- | src/window-utils.js | 2 |
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") |