aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/journey_patterns/show.js.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/journey_patterns/show.js.erb')
-rw-r--r--app/views/journey_patterns/show.js.erb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/journey_patterns/show.js.erb b/app/views/journey_patterns/show.js.erb
deleted file mode 100644
index aedb0fb9e..000000000
--- a/app/views/journey_patterns/show.js.erb
+++ /dev/null
@@ -1,4 +0,0 @@
-$(function (){
- $(".stop_points_detail").html("<%= escape_javascript(render(:partial => "stop_points_detail")) %>");
-});
-