Skip to content

Commit

Permalink
cleaup(LineSurge): Removed Orange Line Surge code
Browse files Browse the repository at this point in the history
  • Loading branch information
kotva006 committed May 1, 2024
1 parent 0f7e231 commit 0ccbd12
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 81 deletions.
46 changes: 0 additions & 46 deletions lib/dotcom_web/plugs/line_suspensions.ex

This file was deleted.

5 changes: 0 additions & 5 deletions lib/dotcom_web/templates/layout/root.html.eex
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,6 @@
<script defer src="<%= static_url(@conn, "/js/iewarning.js") %>"></script>
<% end %>
<div id="ie-warning" class="c-ie-warning"></div>
<%= if assigns[:line_suspensions] do %>
<script data-line-suspensions type="text/plain">
<%= raw Jason.encode!(@line_suspensions) %>
</script>
<% end %>
</div>

<%= if google_tag_manager_id() do %>
Expand Down
30 changes: 0 additions & 30 deletions test/dotcom_web/plugs/line_suspensions_test.exs

This file was deleted.

0 comments on commit 0ccbd12

Please sign in to comment.