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); }