From 1da0761b13020941e0bd623fec28c4334a205805 Mon Sep 17 00:00:00 2001 From: Toby Chui Date: Sun, 18 Feb 2024 19:59:10 +0800 Subject: [PATCH] Update vdir.html Fixed minor issue on vdir not loading on start --- src/web/components/vdir.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/web/components/vdir.html b/src/web/components/vdir.html index 616a8be..1749c13 100644 --- a/src/web/components/vdir.html +++ b/src/web/components/vdir.html @@ -417,4 +417,6 @@ tabSwitchEventBind["vdir"] = function(){ initVdirList(); } + + initVdirList(); \ No newline at end of file