1
1
Fork 0
This commit is contained in:
Dominik Säume 2024-05-23 17:42:18 +02:00
parent 725740adb5
commit 6c111e5636
Signed by: SZUT-Dominik
GPG key ID: 67D15BB250B41E7C

View file

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