ups, extra ;
This commit is contained in:
parent
7c4f092c7b
commit
afecacdc5e
|
@ -121,7 +121,7 @@ var API_BASE = "/1.0/",
|
||||||
//TODO: when hover over a stop name in list, it should set some styleMap stuff on the map to colour the moused-over location.
|
//TODO: when hover over a stop name in list, it should set some styleMap stuff on the map to colour the moused-over location.
|
||||||
}, function() {
|
}, function() {
|
||||||
|
|
||||||
});
|
})
|
||||||
.appendTo($ul);
|
.appendTo($ul);
|
||||||
$.isEmptyObject(geom) ? $li.addClass("no_has_point") : $li.addClass("has_point");
|
$.isEmptyObject(geom) ? $li.addClass("no_has_point") : $li.addClass("has_point");
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user