update
This commit is contained in:
parent
725740adb5
commit
6c111e5636
1 changed files with 1 additions and 0 deletions
1
fetch.js
1
fetch.js
|
@ -64,6 +64,7 @@ function getAllAnswersElement(response) {
|
||||||
* @returns {Answer}
|
* @returns {Answer}
|
||||||
*/
|
*/
|
||||||
function parseAnswerElement(index, element, allAnswersElement) {
|
function parseAnswerElement(index, element, allAnswersElement) {
|
||||||
|
console.log("PARSING AWNSER");
|
||||||
// Check for Possible Tags
|
// Check for Possible Tags
|
||||||
if (!(element.tagName === "P" || element.tagName === "STRONG")) {
|
if (!(element.tagName === "P" || element.tagName === "STRONG")) {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue