From 6634a372996cfcfde0315beb1bde142073705aa7 Mon Sep 17 00:00:00 2001 From: "jianzhe.xiao" Date: Wed, 6 Sep 2023 23:14:46 +0000 Subject: [PATCH] update --- layouts/shortcodes/blocks/feature-overview.html | 1 - 1 file changed, 1 deletion(-) diff --git a/layouts/shortcodes/blocks/feature-overview.html b/layouts/shortcodes/blocks/feature-overview.html index a7b62757..f0263abf 100644 --- a/layouts/shortcodes/blocks/feature-overview.html +++ b/layouts/shortcodes/blocks/feature-overview.html @@ -267,7 +267,6 @@

{{ i18n "used_by" }}

targets: '_all', render: function(data, type, row, meta) { if (typeof data === 'string' && data.endsWith('.png')) { - console.log(data) return 'Image'; } return data;