getting NaN errors with aicc + ajax
March 26, 2007 12:00 AM
This hasn't been tested by Trivantis support yet, so 'buyer beware'.In the trivantis-titlemgr-aicc.js file, locate the following 'else if' statement.else if( test == "TIME" )Within this statement, fine the line: var pos = val.indexOf('.');Change the '.' to ':' -- So that the statement reads:var pos = val.indexOf(':');Let me know if this works for you.Scott
Discussions have been disabled for this post