Commit 317de612 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 657319f6
......@@ -187,8 +187,8 @@ function addShortLong(total, short, long) {
for (let i = 0; i < adder.length; i++)
if (adder[i].total === total) {
adder[i].short = short
adder[i].long = long
adder[i].short =adder[i].short+ short
adder[i].long =adder[i].long+ long
}
}
......
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