Fixed hyphenate bug

This commit is contained in:
2022-11-08 11:11:39 +01:00
parent 3856e59093
commit 68e46e81c1
7 changed files with 12384 additions and 14547 deletions
+2 -2
View File
@@ -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
@@ -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'))
}
}