Yes, there's a bug in the most recent version.
In the buildBars function of the skin code, the line reading...
counter += '>' + (i++) + '</a>';
should be...
counter += '>' + (++i) + '</a>';
Combine literacy with curiosity and a whole world of information opens up to you