Skip to content
Snippets Groups Projects
Commit 5f805f2c authored by thevarat's avatar thevarat
Browse files

Kalender Name BugFix

parent be7c01b9
No related merge requests found
...@@ -147,9 +147,11 @@ function processNode_Informatik(o){ ...@@ -147,9 +147,11 @@ function processNode_Informatik(o){
function processNode_Maphin(o){ function processNode_Maphin(o){
console.log(o); console.log(o);
var date = o.querySelectorAll(".date"); var date = o.querySelectorAll(".date");
var a = o.querySelectorAll("a");
console.log(a);
if(date.length<1) if(date.length<1)
return false; return false;
return addTermin("termin_Maphin",date[0].textContent,o.firstChild.textContent); return addTermin("termin_Maphin",date[0].textContent,a[0].textContent);
} }
sendRequest(); sendRequest();
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment