Update files.js

pull/602/head
Mr Chen 11 months ago
parent d0cdbf48d2
commit 4569c20f58
  1. 2
      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);
}

Loading…
Cancel
Save