From 17b0564ae9cc873c63a3b35a926804e044ac5573 Mon Sep 17 00:00:00 2001 From: pizzacloud <54195144+pizzacloud@users.noreply.github.com> Date: Sun, 3 Nov 2019 18:09:05 +0200 Subject: [PATCH] Update enfr_Collins.js To remove empty big box. But still not able to view properly on anki desktop version, on which it displays Invalid HTML on card: ReferenceError: googletag is not defined. This bug has nothing to do with the templates you are using, it's unable to display even with the most simple template without CSS. Please help solve this issue, because there are many similar dictionaries on the Collins website. --- src/dict/enfr_Collins.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/dict/enfr_Collins.js b/src/dict/enfr_Collins.js index 4eae9c27..0593b25d 100644 --- a/src/dict/enfr_Collins.js +++ b/src/dict/enfr_Collins.js @@ -81,8 +81,11 @@ class enfr_Collins { word-wrap: break-word; box-sizing: border-box; } + .mpuslot_b-container{ + display: none; + } `; return css; } -} \ No newline at end of file +}