From 329d00741ca0fee084d0f7c5b43ef3fab6df0570 Mon Sep 17 00:00:00 2001 From: Roland Stigge Date: Fri, 5 Jan 2018 22:26:53 +0100 Subject: Added refresh --- html/index.html | 1 + html/webbox.js | 4 ++++ 2 files changed, 5 insertions(+) (limited to 'html') diff --git a/html/index.html b/html/index.html index 023b8bc..3cb221d 100644 --- a/html/index.html +++ b/html/index.html @@ -20,6 +20,7 @@ Move Info Select All + Refresh 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 +} + -- cgit v1.2.3