Advertisement
Guest User

Untitled

a guest
Jul 21st, 2015
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. minLevelToDisplayInput.setAttribute("min", "0");
  2. minLevelToDisplayInput.setAttribute("max", "10");
  3. //...
  4. maxLevelToDisplayInput.setAttribute("min", "0");
  5. maxLevelToDisplayInput.setAttribute("max", "10");
  6. //...
  7. minPointsToDisplayInput.setAttribute("min", "1");
  8. minPointsToDisplayInput.setAttribute("max", "300");
  9. //...
  10. maxPointsToDisplayInput.setAttribute("min", "1");
  11. maxPointsToDisplayInput.setAttribute("max", "300");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement