Commit a25b4fa1 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 0fa8a612
......@@ -125,18 +125,21 @@ async function run(root, name, directory, timestamp) {
let las = []
for (let i = 0; i < last.length; i++) {
if (i < last.length)
if (last[i].total < 1 && last[i].maxLevel === 0 && last[i].newAllDonePer >10) {
delete last[i].durDetailText
delete last[i].metaDetailText
let needContinue = false
// for (let z = 0; z < con2.length; z++) {
// if (con2[z] === last[i].type.split('targetPercentage:false')[1])
// needContinue = true
// }
// if (needContinue)
// continue
{
las.push(last[i])
}
// if (last[i].total < 1 && last[i].maxLevel === 0 && last[i].newAllDonePer >10) {
// delete last[i].durDetailText
// delete last[i].metaDetailText
// let needContinue = false
// // for (let z = 0; z < con2.length; z++) {
// // if (con2[z] === last[i].type.split('targetPercentage:false')[1])
// // needContinue = true
// // }
// // if (needContinue)
// // continue
//
// }
}
......
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