From 719ff445be5dc8acfbf494cdf4de84fdd1f64102 Mon Sep 17 00:00:00 2001 From: Laurent Dinclaux Date: Tue, 25 Jan 2022 19:07:23 +1100 Subject: [PATCH] Make cookie icon visible by default if enabled with the showIcon setting. --- tarteaucitron.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tarteaucitron.js b/tarteaucitron.js index 36e59bc..9677005 100644 --- a/tarteaucitron.js +++ b/tarteaucitron.js @@ -466,7 +466,7 @@ var tarteaucitron = { } if (tarteaucitron.parameters.showIcon === true) { - html += '
'; + html += '
'; html += ' ';