David Pinto

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Space before comma after date #1383276
    David Pinto
    Participant

    In the end i had to solve the issue using jQuery.

    $(‘[data-title=”Score”]’).text(function( index,text ) {
    return text.replace(/ \,/g, ‘,’); //or .replace(” ,”, ‘,’); for single occurence
    });

Viewing 1 post (of 1 total)