Content deleted Content added
→JavaScript implementation is wrong: new section |
m Signing comment by 24.207.187.11 - "→JavaScript implementation is wrong: new section" |
||
Line 97:
== JavaScript implementation is wrong ==
There are at least two errors in the javascript implementation linked to in the article. The 'if' check to see if a digit is longer than 9 "if( clen [n] > 9 ) clen [n]-=9;" should be inside of the preceding 'for' loop or in it's own or else it doesn't do anything and there is a closing curly bracket that ends the function before the function is complete (line 13 in the linked to code). I'm not sure about the other implementations but this one is wrong and should probably be replaced. <span class="autosigned">—Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[Special:Contributions/24.207.187.11|24.207.187.11]] ([[User talk:24.207.187.11|talk]]) 07:08, 14 September 2008 (UTC)</span><!-- Template:UnsignedIP --> <!--Autosigned by SineBot-->
|