department-for-transport / git-and-github-training

This repository is designed for training purposes to teach colleagues how to use git and GitHub
3 stars 15 forks source link

Laura's bug #286

Closed LAURMURPH closed 3 months ago

LAURMURPH commented 3 months ago

My laptop can't hold a connection @frankie-t-h

frankie-t-h commented 3 months ago

Please add this timer code to your repository and it will fix itself in a magical way:

/ globals Shiny,Audio /

2 | class CountdownTimer { 3 | constructor (el, opts) { 4 | if (typeof el === 'string' || el instanceof String) { 5 | el = document.querySelector(el) 6 | }