Moderator: Tech Team
Fantius wrote:Card counting fix:
Replace these lines:
log = log.replace(/<br>/g,'');//Remove HTML BR tags
log = log.split('\n');//Splits Each line.
With this line:
log = log.split('<br>');//Splits Each line.
Users browsing this forum: No registered users