From 2a2e37ca978b55d4182bee076e9ee10f2c5a07a8 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Wed, 25 Dec 2024 16:32:40 +0800 Subject: [PATCH] Update public.js --- web/static/app/public.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/static/app/public.js b/web/static/app/public.js index fcaef965c..e8fbd9466 100755 --- a/web/static/app/public.js +++ b/web/static/app/public.js @@ -383,7 +383,7 @@ function changePath(d) { function getDiskList(b) { var d = ""; var a = ""; - var c = "path=" + b + "&disk=True"; + var c = "path=" + b + "&disk=True&row=1000"; $.post("/files/get_dir", c, function(h) { // console.log(h); // if(h.dir != undefined) {