That site...?
That site...?
Out of context: Reply #15
- Started
- Last post
- 15 Responses
- ********0
Change this line:
this.msecs = eventMillisecs - currentMillisecs;
to this:
this.msecs = currentMillisecs- eventMillisecss;
And it should count up.
Change this line:
this.msecs = eventMillisecs - currentMillisecs;
to this:
this.msecs = currentMillisecs- eventMillisecss;
And it should count up.