headphonejames / acrn

Implementation of acoustic coordinated reset neuromodulation tinnitus treatment protocol in javascript.
http://www.generalfuzz.net/acrn/
GNU General Public License v2.0
139 stars 25 forks source link

Changed the stopwatch to work with timestamps. Fixes generalfuzz/acrn#1 #5

Closed Markussss closed 7 years ago

Markussss commented 8 years ago

Changed the stopwatch to work on timestamps, instead of relying on adding to currentTime on each update of the stopwatch. This makes the stopwatch keep counting when the tab containing ACRN is inactive.

There are some lines that were changed automatically by just saving the file. Atom said the file had mixed newlines (some with CRLF and some with LF), so I guess that's where the changes on lines 33, 308, and 366 comes from.

pgibler commented 8 years ago

Well done :) Nice to see there are still updates being made to this.

headphonejames commented 8 years ago

Right on - updated the site with this change.