From bbae811b508b8cd714a9c3d805fe0b043c704a7d Mon Sep 17 00:00:00 2001 From: Sebastian Kupke Date: Thu, 3 Nov 2022 15:28:01 +0100 Subject: [PATCH] Removed hyphenate --- 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 80cddd9..c1ca8e8 100644 --- a/lib/card/card.js +++ b/lib/card/card.js @@ -1385,7 +1385,7 @@ export default class Card { //jquery hyphenate below if (this._isJQueryPresent()) { - $('.column').not('.overview').children('p').hyphenate('de') + //$('.column').not('.overview').children('p').hyphenate('de') } //logging