Skip to content

Commit c5c31f5

Browse files
Update interactive-table.html
1 parent 1e3cc5b commit c5c31f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_includes/interactive-table.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,5 @@
3939
};
4040

4141
var entryList = new List('entry-list', options);
42-
entryList.sort("name", { order: "asc" }); // Sorts the list in abc-order based on names
43-
42+
4443
</script>

0 commit comments

Comments
 (0)