update
This commit is contained in:
parent
2ef1ae3268
commit
10b921c7c2
1 changed files with 1 additions and 1 deletions
2
fetch.js
2
fetch.js
|
@ -64,7 +64,7 @@ function getAllAnswersElement(response) {
|
||||||
* @returns {Answer}
|
* @returns {Answer}
|
||||||
*/
|
*/
|
||||||
function parseAnswerElement(index, element, allAnswersElement) {
|
function parseAnswerElement(index, element, allAnswersElement) {
|
||||||
console.log("PARSING AWNSER");
|
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