Skip to content

Commit 4405182

Browse files
authored
Merge pull request #3590 from projectblacklight/unused-const
Remove unused variable
2 parents e941280 + c6e580d commit 4405182

File tree

1 file changed

+0
-3
lines changed
  • app/javascript/blacklight-frontend

1 file changed

+0
-3
lines changed

app/javascript/blacklight-frontend/modal.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@
5656
const Modal = (() => {
5757
const modal = {}
5858

59-
// bootstrap class that will stop body scrolling when modal is open
60-
const bootstrapBodyClassOpen = "modal-open";
61-
6259
// a Bootstrap modal div that should be already on the page hidden
6360
modal.modalSelector = '#blacklight-modal';
6461

0 commit comments

Comments
 (0)