Skip to content

Commit

Permalink
Merge pull request #347 from alphagov/ph-tidy-header
Browse files Browse the repository at this point in the history
Tidy up the alternate header
  • Loading branch information
alanth committed Jul 22, 2015
2 parents 3b9d3e5 + 71da2b3 commit 61844f9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 19 deletions.
13 changes: 0 additions & 13 deletions app/assets/javascripts/homepage.js

This file was deleted.

3 changes: 0 additions & 3 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@
<%= cache_for :footer do %>
<%= render 'application/footer' %>
<%= javascript_include_tag 'application' %>
<% if home_page? %>
<%= javascript_include_tag 'homepage' %>
<% end %>
<% if create_petition_page? %>
<%= javascript_include_tag 'create-petition' %>
<% end %>
Expand Down
2 changes: 0 additions & 2 deletions config/fragments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ head:
expires_in: 300

header:
keys:
- :home_page
options:
expires_in: 300

Expand Down
1 change: 0 additions & 1 deletion config/initializers/assets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
delayed/web/application.css
ie.js
admin.js
homepage.js
create-petition.js
)

Expand Down

0 comments on commit 61844f9

Please sign in to comment.