1
1
Fork 0
This commit is contained in:
Dominik Säume 2024-05-23 17:43:28 +02:00
parent 2ef1ae3268
commit 10b921c7c2
Signed by: SZUT-Dominik
GPG key ID: 67D15BB250B41E7C

View file

@ -64,7 +64,7 @@ function getAllAnswersElement(response) {
* @returns {Answer}
*/
function parseAnswerElement(index, element, allAnswersElement) {
console.log("PARSING AWNSER");
console.log("PARSING AWNSER", {});
// Check for Possible Tags
if (!(element.tagName === "P" || element.tagName === "STRONG")) {
return;