Change a let to var in clock views to allow running on old devices

This commit is contained in:
Sulka Haro
2019-09-18 09:49:03 +03:00
parent 196bcd65bd
commit 18788337a8
+1 -1
View File
@@ -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');