Update files.js

pull/720/head
dami 1 month ago
parent b5866f2a90
commit 3a5264b783
  1. 2
      web/static/app/files.js

@ -285,7 +285,7 @@ function openFilename(obj){
var ext = getSuffixName(path); var ext = getSuffixName(path);
// console.log(path,ext); // 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','ini'])){ if (inArray(ext,['html','htm','php','txt','md','js','css','scss','json','c','h','pl','py','java','log','conf','sh','json','ini', 'yaml'])){
onlineEditFile(0, path); onlineEditFile(0, path);
} }

Loading…
Cancel
Save