Commit bb41c661 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent a7de085e
...@@ -67,7 +67,7 @@ async function init() { ...@@ -67,7 +67,7 @@ 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)[1] p = p[0].split(pairs)[1]
let lp = t[4].replace('lp', 'Lp') let lp = t[0].split('-')[1].replace('lp', 'Lp')
let f = found(indicator,pair, lp) let f = found(indicator,pair, lp)
let struc='' let struc=''
......
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