From 0de41256f3dbbc7b9edc31643a61faab02ad5430 Mon Sep 17 00:00:00 2001 From: Andy Lulham Date: Wed, 15 May 2024 08:56:19 +0100 Subject: [PATCH] style: remove quotes --- output/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;