toggle stopsList typo fix
This commit is contained in:
parent
087b2e5ab9
commit
6458eb978d
|
@ -41,7 +41,7 @@ $(function() {
|
|||
return;
|
||||
}
|
||||
if ($target.data("hasList")) {
|
||||
$target.find(".stopList").toggle();
|
||||
$target.find(".stopsList").toggle();
|
||||
return;
|
||||
}
|
||||
var url = API_BASE + name + "/" + $target.text();
|
||||
|
|
Loading…
Reference in New Issue
Block a user