aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/journey_patterns/show.js.erb
blob: aedb0fb9e4049a0aac358b96d2c9228f4f714c53 (plain)
1
2
3
4
$(function (){
  $(".stop_points_detail").html("<%= escape_javascript(render(:partial => "stop_points_detail")) %>");
});