Skip to content

Commit

Permalink
Merge pull request #559 from alphagov/delete-print-tracking
Browse files Browse the repository at this point in the history
Remove old print tracking technique
  • Loading branch information
benilovj committed Mar 16, 2015
2 parents 2dbfc63 + 5bbf67d commit 3338b8d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 31 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -32,7 +32,7 @@ end

gem 'plek', '1.7.0'

gem 'govuk_frontend_toolkit', '3.2.1'
gem 'govuk_frontend_toolkit', '3.3.0'
if ENV['GOVUK_TEMPLATE_DEV']
gem 'govuk_template', :path => "../govuk_template"
else
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -55,7 +55,7 @@ GEM
null_logger
plek
rest-client (~> 1.6.3)
govuk_frontend_toolkit (3.2.1)
govuk_frontend_toolkit (3.3.0)
rails (>= 3.1.0)
sass (>= 3.2.0)
govuk_template (0.10.1)
Expand Down Expand Up @@ -175,7 +175,7 @@ DEPENDENCIES
capybara (= 2.1.0)
exception_notification
gds-api-adapters (= 7.18.0)
govuk_frontend_toolkit (= 3.2.1)
govuk_frontend_toolkit (= 3.3.0)
govuk_template (= 0.10.1)
image_optim (= 0.17.1)
jasmine-rails (= 0.10.6)
Expand Down
1 change: 0 additions & 1 deletion app/assets/javascripts/analytics.js
Expand Up @@ -6,5 +6,4 @@

//= require analytics/static-tracker
//= require analytics/init
//= require analytics/print-tracking
//= require analytics/scroll-tracker
27 changes: 0 additions & 27 deletions app/assets/javascripts/analytics/print-tracking.js

This file was deleted.

0 comments on commit 3338b8d

Please sign in to comment.