Remove testing code.

This commit is contained in:
20xd6 2021-05-09 15:23:27 -04:00
parent 3cc49403c9
commit 3e7189690a

View File

@ -33,7 +33,6 @@ function startTime(){
minute:'2-digit',
second:'2-digit',});
if(display_origTZ){//Test if there is a non-null value for original_tz. If True then the part of the page this pertains to is being displayed.
//~ alert("display_origTZ == " + display_origTZ);
document.getElementById('time_original').innerHTML = current_time.toLocaleString('en-EN' ,{
timeZone: original_tz,
hourCycle:'h24',