Comment station links
This commit is contained in:
parent
7df84bca5c
commit
a216984bb4
@ -266,6 +266,7 @@ var connection_result_observer = new MutationObserver((mutations) => {
|
||||
}
|
||||
});
|
||||
|
||||
// Linking to station
|
||||
var from = relation.querySelector("td.station");
|
||||
var bahn_insight_field = domCreateBahnInsightField();
|
||||
from.appendChild(bahn_insight_field);
|
||||
@ -276,6 +277,7 @@ var connection_result_observer = new MutationObserver((mutations) => {
|
||||
var dbf_button = domCreateButtonDbf("/" + data[i]["from"]["station"]);
|
||||
bahn_insight_field.appendChild(dbf_button);
|
||||
|
||||
// Linking to station
|
||||
var to = relationend.querySelector("td.station");
|
||||
var bahn_insight_field = domCreateBahnInsightField();
|
||||
to.appendChild(bahn_insight_field);
|
||||
|
Loading…
Reference in New Issue
Block a user