aboutsummaryrefslogtreecommitdiffstats
path: root/static/js/countdown.js (follow)
Commit message (Collapse)AuthorAgeLines
* Compile as much JS with Gulp as possibleGravatar Gareth Coles2018-06-13-78/+0
| | | | | | | | | | This will concatenate ALL of our JS, and minify it - thus leaving us with a single file to be loaded. There's a few libraries we can't do this with, unfortunately - these are now added in fouc.js: * Ace Editor * Flatpickr * Font-Awesome
* Add JavaScript lintingGravatar Gareth Coles2018-06-13-24/+24
|
* Fix countdown textGravatar Gareth Coles2018-03-23-1/+1
|
* Prevent countdown popup from suddenly expanding on load, and add a small ↵Gravatar Gareth Coles2018-03-21-1/+2
| | | | piece of text about dismissing it
* Reformat message arg for UIkit notificationGravatar Gareth Coles2018-03-21-7/+7
|
* Rewrite countdown; Now a notification present on all pagesGravatar Gareth Coles2018-03-21-43/+76
|
* CountdownGravatar JoeBanks132018-03-21-8/+2
|
* Update countdown.jsGravatar Joseph2018-03-21-2/+2
|
* Added a Code Jam Countdown (#1eevq) (#43)Gravatar Sam Wedgwood2018-03-21-0/+50
* added countdown * updated jam dates * added test * flake8 * flake8 (i did it on wrong file)