From fd7c03d22469b62969d7ab3985346f9088bd4d52 Mon Sep 17 00:00:00 2001 From: Tom Byers Date: Mon, 5 Nov 2018 13:13:31 +0000 Subject: [PATCH] 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. --- gulpfile.babel.js | 1 - 1 file changed, 1 deletion(-) diff --git a/gulpfile.babel.js b/gulpfile.babel.js index 1bd4b0a6f..cfd537887 100644 --- a/gulpfile.babel.js +++ b/gulpfile.babel.js @@ -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',