summaryrefslogtreecommitdiffhomepage
path: root/html/webbox.js
diff options
context:
space:
mode:
Diffstat (limited to 'html/webbox.js')
-rw-r--r--html/webbox.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/html/webbox.js b/html/webbox.js
index 3bcbf8d..2b70292 100644
--- a/html/webbox.js
+++ b/html/webbox.js
@@ -444,3 +444,7 @@ function selectAll() {
}
}
+function refresh() {
+ loadContents(currentDir); // load new file list
+}
+