Closed GoogleCodeExporter closed 8 years ago
Hi,
Could you try first to use latest version from the trunk 1.1.2+. I think that
similar issue is already fixed.
function _fnGetCleanedGroup(sGroup) {
//return sGroup.toLowerCase().replace(" ", "-");
//return sGroup.toLowerCase().replace(/\s/g, "-"); //Fix provided by danilo.t (Issue 3)
return sGroup.toLowerCase().replace(/\W/g, "-"); //Fix provided by bmathews (Issue 7)
}
Regards,
Jovan
Original comment by joc...@gmail.com
on 11 Feb 2012 at 10:38
Original comment by joc...@gmail.com
on 25 Feb 2012 at 10:31
Original issue reported on code.google.com by
francesc...@gmail.com
on 16 Dec 2011 at 1:03