Skip to content
  • Romain Therville's avatar
    Update to tx_nG6_pi1.js · 96749b1b
    Romain Therville authored
    The ajax return codes (0,1,2 and 3) cannot be evaluated as strings.
    "if (val == '1') {" becomes "if (val == 1) {" .
    
    Warning : We could also leave this file as it is, and make sure the
    value returned in AJAX is a String.
    
    issue #170
    96749b1b