From 3856e5909369de33228d8574e5389bca7732eee5 Mon Sep 17 00:00:00 2001 From: Sebastian Kupke Date: Thu, 3 Nov 2022 16:06:14 +0100 Subject: [PATCH] Removed hyphenation --- lib/card/card.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/card/card.js b/lib/card/card.js index c1ca8e8..1915635 100644 --- a/lib/card/card.js +++ b/lib/card/card.js @@ -1936,7 +1936,7 @@ export default class Card { if (this._isJQueryPresent()) { //jquery hyphenate below - console.log('hyphenated popup:', $('span').hyphenate('de')) + //console.log('hyphenated popup:', $('span').hyphenate('de')) } }