From e64fdc88ca318cb14a126cb832b64036cef9cd16 Mon Sep 17 00:00:00 2001 From: Amauri CHAMPEAUX Date: Wed, 18 Feb 2015 23:37:28 +0100 Subject: [PATCH] Name instead of id for engage button --- tarteaucitron.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tarteaucitron.js b/tarteaucitron.js index ad5bafe..7b5ddd9 100644 --- a/tarteaucitron.js +++ b/tarteaucitron.js @@ -600,7 +600,7 @@ var tarteaucitron = { html += '
'; html += '
'; - html += ' ' + id + ' ' + tarteaucitron.lang.fallback + '
'; + html += ' ' + tarteaucitron.services[id].name + ' ' + tarteaucitron.lang.fallback + '
'; html += '
'; html += ' ' + tarteaucitron.lang.allow; html += '
';