Skip to content

Commit fe1946c

Browse files
committed
whoops, clear table
1 parent eab7f2a commit fe1946c

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
@@ -104,6 +104,7 @@
104104

105105
// find CSV table
106106
var table = $(".csv table")[0];
107+
$(table).html("");
107108

108109
// render header row
109110
var thead = document.createElement("thead");

0 commit comments

Comments
 (0)