Commit 542add12 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent e73551b5
...@@ -45,9 +45,9 @@ async function init() { ...@@ -45,9 +45,9 @@ async function init() {
pairs=pair pairs=pair
let p=t[t.length-1].split('.') let p=t[t.length-1].split('.')
p=p[0].split(pairs)[0] p=p[0].split(pairs)[0]
console.log(p)
let lp = t[4] let lp = t[4]
let f=found(pair, lp) let f=found(pair, lp)
console.log(f)
f.period=p f.period=p
arr.push(f) arr.push(f)
} }
......
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