2.891
Bearbeitungen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 7: | Zeile 7: | ||
count = (temp.match(/-\sw\s/g) || []).length; | count = (temp.match(/-\sw\s/g) || []).length; | ||
$('#werke').html(count); | $('#werke').html(count); | ||
count = (temp.match(/-\sg\s/g) || []).length; | |||
$('#geographica').html(count); | |||
}()); | }()); |