Skip to content

Commit 21826cb

Browse files
committed
Removed the property specifying the elements containing the filter tags from the filter object creation as it is now the default.
1 parent c52cfb3 commit 21826cb

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

charticles.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,7 @@ <h1>Charticles</h1>
133133
filterClass: 'highlightFormElement', // creates the orange focus outline
134134
filterPlaceholder: 'enter keywords...',
135135
filterTitle: '',
136-
filterLabel: 'Search charticles: ',
137-
contentElements: document.getElementsByClassName('filterTags')
136+
filterLabel: 'Search charticles: '
138137
})
139138
</script>
140139
</body>

data.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,7 @@ <h1>Data</h1>
188188
filterClass: 'highlightFormElement', // creates the orange focus outline
189189
filterPlaceholder: 'enter keywords...',
190190
filterTitle: '',
191-
filterLabel: 'If you are looking for particular datasets you can search: ',
192-
contentElements: document.getElementsByClassName('filterTags')
191+
filterLabel: 'If you are looking for particular datasets you can search: '
193192
})
194193
</script>
195194
</body>

0 commit comments

Comments
 (0)