You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wubloader/thrimbletrimmer
Mike Lang 671079861a thrimbletrimmer: Fix lack of usage of var throughout code
Chalk this one up to not knowing the language.
You need to declare variables as var otherwise they're implicitly globals.

This leads to many bugs where if a function runs twice at once it'll do weird things.
5 years ago
..
plugins Removed extrenuous .bak files, ensured newline at the end of files, and changed thrimbletrimmer to be separate from services. 5 years ago
scripts thrimbletrimmer: Fix lack of usage of var throughout code 5 years ago
styles thrimbletrimmer: Display edit notes below the video 5 years ago
TestPage.html lack of headers causing flask to not recognise json 5 years ago
dashboard.html Fixing handling of null times. 5 years ago
index.html thrimbletrimmer: Refactor how time formatting is handled 5 years ago