Remove testing code.
This commit is contained in:
parent
3cc49403c9
commit
3e7189690a
1
clock.js
1
clock.js
@ -33,7 +33,6 @@ function startTime(){
|
|||||||
minute:'2-digit',
|
minute:'2-digit',
|
||||||
second:'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.
|
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' ,{
|
document.getElementById('time_original').innerHTML = current_time.toLocaleString('en-EN' ,{
|
||||||
timeZone: original_tz,
|
timeZone: original_tz,
|
||||||
hourCycle:'h24',
|
hourCycle:'h24',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user