Skip to content

Commit 6002fe0

Browse files
authored
Merge pull request #32 from aphillips/gh-pages
Fix example 1 showing twice
2 parents 40e6ec5 + e80f96f commit 6002fe0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
currZone.textContent = fmt.resolvedOptions().timeZone;
7575

7676
var tbody = document.getElementById('zoneOutTBody');
77+
tbody.innerHTML = '';
7778

7879
for (const zone of zonesToTest) {
7980
var datefmt = new Intl.DateTimeFormat('en-US', { timeZone: zone, dateStyle: 'full' });

0 commit comments

Comments
 (0)