Skip to content

Commit

Permalink
fix 'report-a-problem' for whitehall
Browse files Browse the repository at this point in the history
Pull request #311 moved 'report-a-problem'-related code out of 'core.js'
into a separate file. This meant that the code was no longer being included
in `header-footer-only.js`, which is used by Whitehall, thus breaking the
'report-a-problem' widget.
  • Loading branch information
benilovj committed Aug 27, 2013
1 parent a872944 commit d0674f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/javascripts/header-footer-only.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
//= require user-satisfaction-survey
//= require welcome
//= require core
//= require report-a-problem
//= require cookie-functions
//= require analytics

0 comments on commit d0674f9

Please sign in to comment.