Changes between Initial Version and Version 1 of Ticket #3934, comment 9


Ignore:
Timestamp:
Jul 7, 2016, 3:39:24 AM (8 years ago)
Author:
elexis

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3934, comment 9

    initial v1  
    1010Stuff, mostly style issues fixed in the v6:
    1111* You didn't remove the old `hideRemaining` from the tech tree.
    12  (The function from the tech tree was used in the session and for the civSelector too? meh...)
    1312* Some unneeded parenthesis when using conditional and logic operators, check https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Operator_Precedence
    1413* Style: [ 0 ] -> [0] (we have those spaces mainly for objects)