Automatically update background every minute

This commit is contained in:
Neil Brommer 2017-12-12 19:08:20 -08:00
parent c31c5e7058
commit 4b73d919c1

View file

@ -4,6 +4,7 @@ var dbVersion;
$(document).ready(function () { $(document).ready(function () {
calcBackground(); calcBackground();
setInterval(calcBackground, 60000);
}); });
function calcBackground() { function calcBackground() {