mirror of
https://github.com/webxoss/wixoss-fetch.git
synced 2024-11-20 05:49:55 +01:00
Fix toCardText
This commit is contained in:
parent
36a97064d3
commit
448d5556f3
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ function toCardText(el) {
|
||||||
}
|
}
|
||||||
return node.textContent
|
return node.textContent
|
||||||
}).join('')
|
}).join('')
|
||||||
|
return text
|
||||||
}
|
}
|
||||||
function toFaq(el) {
|
function toFaq(el) {
|
||||||
let faq = {}
|
let faq = {}
|
||||||
|
|
Loading…
Reference in a new issue