Skip to content

Commit c6e580d

Browse files
committed
Remove unused variable
1 parent f363506 commit c6e580d

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)