Skip to content

Commit

Permalink
Merge pull request ManageIQ#23227 from kbrock/tota11y
Browse files Browse the repository at this point in the history
remove unused tota11y.js reference
  • Loading branch information
jrafanie authored Oct 10, 2024
2 parents 1521858 + 01d0742 commit 4622f5f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@
# Include miq_debug in the list of assets here because it is only used in development
config.assets.precompile << 'miq_debug.js'
config.assets.precompile << 'miq_debug.css'
# Include totally (https://khan.github.io/tota11y/) here for dev-mode only to help working
# on accessibility issues.
config.assets.precompile << 'tota11y.js'

# Customize any additional options below...

Expand Down
3 changes: 0 additions & 3 deletions config/environments/i18n.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@
# Include miq_debug in the list of assets here because it is only used in development
config.assets.precompile << 'miq_debug.js'
config.assets.precompile << 'miq_debug.css'
# Include totally (https://khan.github.io/tota11y/) here for dev-mode only to help working
# on accessibility issues.
config.assets.precompile << 'tota11y.js'

# Customize any additional options below...

Expand Down

0 comments on commit 4622f5f

Please sign in to comment.