Guest User

Untitled

a guest
Jun 18th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. function buildQueue(unitName, buildTime, queueID)
  2. {
  3. $(".buildQueue").append(unitName + " has <input name='construction' type='text' id="
  4. + queueID + " value=" + buildTime + " size='3' class='lbl' readonly/> seconds left.<br>");
  5. }
Add Comment
Please, Sign In to add comment