Advertisement
VladislavNechepaev

Untitled

Nov 3rd, 2020
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if (obj.capacity / res.limit >= 0.7) dateElem.style.color = "orange"
  2.               if (obj.capacity >= res.limit
  3.                 dateElem.style.color = "red"
  4.                 capacityCheck = false
  5.               }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement