Content deleted Content added
No edit summary |
No edit summary |
||
Line 56:
if(index > -1)
{
var time = text.substr(index - 2,
// Will convert anything in the table matching the pattern "nn:nn," where n is a digit.
if(time.match(/\d\d:\d\d
{
text = partition(text);
|