Commit 6339949a authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 93c46316
...@@ -197,6 +197,7 @@ function addPoftrade(total, pfTrade) { ...@@ -197,6 +197,7 @@ function addPoftrade(total, pfTrade) {
} }
function addRunup(total, runUp) { function addRunup(total, runUp) {
try {
for (let i = 0; i < adder.length; i++) for (let i = 0; i < adder.length; i++)
if (adder[i].total === total) { if (adder[i].total === total) {
for (let z = 0; z < runUp.length; z++) { for (let z = 0; z < runUp.length; z++) {
...@@ -205,6 +206,12 @@ function addRunup(total, runUp) { ...@@ -205,6 +206,12 @@ function addRunup(total, runUp) {
} }
}
catch (e)
{
console.log(e)
}
} }
......
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