Commit e501a7fe authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 7e39f476
...@@ -66,6 +66,7 @@ function getDataFromFileAndConfig(all,file,config) ...@@ -66,6 +66,7 @@ function getDataFromFileAndConfig(all,file,config)
if (all[i].name ===file) if (all[i].name ===file)
{ {
let inline=all[i].data let inline=all[i].data
console.log(inline)
for (let j=0;j<inline.length;j++) for (let j=0;j<inline.length;j++)
{ {
if (inline[j].includes(config)) if (inline[j].includes(config))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment