Remove stop-at-footer JS

This functionality will be included in the
stick-to-top JS. Removing it here to start that
work with a blank slate.
This commit is contained in:
Tom Byers
2018-11-05 13:13:31 +00:00
parent deaa253e65
commit fd7c03d224

View File

@@ -59,7 +59,6 @@ gulp.task('javascripts', () => gulp
.src([
paths.toolkit + 'javascripts/govuk/modules.js',
paths.toolkit + 'javascripts/govuk/show-hide-content.js',
paths.toolkit + 'javascripts/govuk/stop-scrolling-at-footer.js',
paths.src + 'javascripts/stick-at-top-when-scrolling.js',
paths.src + 'javascripts/detailsPolyfill.js',
paths.src + 'javascripts/apiKey.js',