From 4569c20f580022d5615e6c01403a9008898d3ae0 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Fri, 14 Jun 2024 16:10:41 +0800 Subject: [PATCH] Update files.js --- route/static/app/files.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/route/static/app/files.js b/route/static/app/files.js index 34bc293fa..5fad6c602 100755 --- a/route/static/app/files.js +++ b/route/static/app/files.js @@ -290,7 +290,7 @@ function openFilename(obj){ var ext = getSuffixName(path); // console.log(path,ext); - if (inArray(ext,['html','htm','php','txt','md','js','css','scss','json','c','h','pl','py','java','log','conf','sh','json'])){ + if (inArray(ext,['html','htm','php','txt','md','js','css','scss','json','c','h','pl','py','java','log','conf','sh','json','ini'])){ onlineEditFile(0, path); }