mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
Change a let to var in clock views to allow running on old devices
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
|
||||
document.head.appendChild(script); //or something of the likes
|
||||
|
||||
let buttonVisible = true;
|
||||
var buttonVisible = true;
|
||||
|
||||
function hideClose () {
|
||||
document.getElementById('closeButton').classList.add('hidden');
|
||||
|
||||
Reference in New Issue
Block a user