toggle stopsList typo fix

This commit is contained in:
Sanj 2012-02-20 19:46:00 +05:30
parent 087b2e5ab9
commit 6458eb978d

View File

@ -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();