Skip to content

Commit

Permalink
Merge pull request #2909 from projectblacklight/unnecessary-code
Browse files Browse the repository at this point in the history
Remove unnecessary code
  • Loading branch information
dkinzer committed Nov 17, 2022
2 parents 06a5add + 9e40204 commit a497204
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/generators/blacklight/assets/importmap_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ def append_blacklight_javascript
append_to_file 'app/javascript/application.js' do
<<~CONTENT
import bootstrap from "bootstrap"
window.bootstrap = bootstrap // Required for Blacklight 7 so it can manage the modals
import Blacklight from "blacklight"
import dialogPolyfill from "dialog-polyfill"
Blacklight.onLoad(() => {
Expand Down

0 comments on commit a497204

Please sign in to comment.