diff --git a/output/index.md b/output/index.md index 60c5cb822..192e380c0 100644 --- a/output/index.md +++ b/output/index.md @@ -33,7 +33,7 @@ Proposed [Twitter community notes](https://twitter.com/i/communitynotes/download fixedHeader: true, ajax: { url: '{{ '/data/notes.json' | relative_url }}', - "dataSrc": function ( data ) { + dataSrc: function ( data ) { return data.filter(function(item) { if (item.deleted === 1) { return false;