Fix toCardText

This commit is contained in:
WEBXOSS 2016-11-13 15:03:33 +08:00
parent 36a97064d3
commit 448d5556f3

View file

@ -53,6 +53,7 @@ function toCardText(el) {
}
return node.textContent
}).join('')
return text
}
function toFaq(el) {
let faq = {}