update 1910021012

This commit is contained in:
vkservicesllc
2019-10-02 10:12:31 -04:00
parent 647651addd
commit 5bcd017bad
13 changed files with 572 additions and 519 deletions

View File

@@ -21,7 +21,7 @@ const date_time = id => {
year + '&nbsp&nbsp&nbsp' + h + ':' + m + ':' + s +
'<span style="font-style: oblique;">US Eastern Standard Time</span>';
document.getElementById(id).innerHTML = result;
$(`#${id}`).html(result);
setTimeout('date_time("' + id + '");', 1000);