Skip to content

Commit

Permalink
Remove blank lines padding block
Browse files Browse the repository at this point in the history
  • Loading branch information
gemmaleigh committed Oct 13, 2016
1 parent fc7ced2 commit e3c491e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ function ShowHideContent () {
}

$(document).ready(function () {

// Use GOV.UK selection-buttons.js to set selected
// and focused states for block labels
var $blockLabels = $(".block-label input[type='radio'], .block-label input[type='checkbox']")
Expand All @@ -125,5 +124,4 @@ $(document).ready(function () {
var toggleContent = new ShowHideContent()
toggleContent.showHideRadioToggledContent()
toggleContent.showHideCheckboxToggledContent()

})

0 comments on commit e3c491e

Please sign in to comment.