Skip to content

Commit

Permalink
Merge pull request #8585 from alphagov/remove_admin_legacy_autocomplete
Browse files Browse the repository at this point in the history
Remove Admin Legacy autocomplete widget
  • Loading branch information
minhngocd authored Dec 5, 2023
2 parents b080867 + d04a6d2 commit f92de37
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 447 deletions.
1 change: 0 additions & 1 deletion .erb-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ glob: "**/*.erb"
exclude:
- '**/vendor/**/*'
- 'test/fixtures/**'
- "app/assets/javascripts/admin_legacy/autocomplete.js.erb"
- "app/views/admin/find_in_admin_bookmarklet/_bookmarklet.erb"
linters:
Rubocop:
Expand Down
247 changes: 0 additions & 247 deletions app/assets/javascripts/admin_legacy/autocomplete.js.erb

This file was deleted.

1 change: 0 additions & 1 deletion app/assets/stylesheets/admin_legacy.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

@import "jquery-ui/core";
@import "jquery-ui/accordion";
@import "jquery-ui/autocomplete";
@import "jquery-ui/button";
@import "jquery-ui/datepicker";
@import "jquery-ui/dialog";
Expand Down
1 change: 0 additions & 1 deletion app/assets/stylesheets/admin_legacy/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
// Objects that can be used in more than one place throughout the admin
@import "helpers/document-list";
@import "helpers/navigation-controls";
@import "helpers/jquery-ui-overrides";
@import "helpers/statistics-announcements";
@import "helpers/player-container";

Expand Down

This file was deleted.

Loading

0 comments on commit f92de37

Please sign in to comment.