Reads var ts = ' '+Date.now(); While other lines read var ts = Date.now().toString; Not sure if this is a bug or necessary thanks.
Reads var ts = ' '+Date.now();
While other lines read var ts = Date.now().toString;
Not sure if this is a bug or necessary thanks.