Menu

#1 "Cease Walking" button not available

1.1
closed
None
2014-05-13
2014-05-13
Will
No

Line 2562 of civclicker.js in the latest unstable release (v1.1.22), in the function "walk":

document.getElementById('ceaseWalk').disabled = (walkTotal > 0);

should be

document.getElementById('ceaseWalk').disabled = (walkTotal == 0);

It should be disabled when walkTotal is zero, not when it's not zero.

Discussion

  • Scott A. Colcord

    Confirmed.

     
  • Scott A. Colcord

    • status: open --> accepted
    • assigned_to: Scott A. Colcord
     
  • Scott A. Colcord

    • status: accepted --> closed
     
  • Scott A. Colcord

    Fixed in 5dc4343 (v1.1.23a)

     

Log in to post a comment.