Update vdir.html

Fixed minor issue on vdir not loading on start
This commit is contained in:
Toby Chui 2024-02-18 19:59:10 +08:00
parent 32939874f2
commit 1da0761b13

View File

@ -417,4 +417,6 @@
tabSwitchEventBind["vdir"] = function(){
initVdirList();
}
initVdirList();
</script>