Skip to content

Commit

Permalink
Remove require of search-with-autocomplete JS
Browse files Browse the repository at this point in the history
This javascript is now provided by static [1] and is thus removed from
this repo to ensure that we don't send the same asset to users
multiple times unnecessarily.

It continues the convention of applications only adding the JS of
components which are not provided by static [2].

[1]: alphagov/static#3532
[2]: #2819
  • Loading branch information
kevindew committed Dec 11, 2024
1 parent ae2d4b6 commit 51d61bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
//= require govuk_publishing_components/components/metadata
//= require govuk_publishing_components/components/option-select
//= require govuk_publishing_components/components/radio
//= require govuk_publishing_components/components/search-with-autocomplete
//
//= require govuk_web_banners/dependencies
//
Expand Down

0 comments on commit 51d61bf

Please sign in to comment.