mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-26 04:28:39 +02:00
cleanup
This commit is contained in:
parent
f608e0b99c
commit
0d3e38ce70
1 changed files with 0 additions and 2 deletions
|
@ -1520,8 +1520,6 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||||
modals.forEach(modal => {
|
modals.forEach(modal => {
|
||||||
const submitButton = modal.querySelector('.usa-modal__submit');
|
const submitButton = modal.querySelector('.usa-modal__submit');
|
||||||
const closeButton = modal.querySelector('.usa-modal__close');
|
const closeButton = modal.querySelector('.usa-modal__close');
|
||||||
|
|
||||||
|
|
||||||
submitButton.addEventListener('click', function() {
|
submitButton.addEventListener('click', function() {
|
||||||
pk = submitButton.getAttribute('data-pk');
|
pk = submitButton.getAttribute('data-pk');
|
||||||
// Close the modal to remove the USWDS UI local classes
|
// Close the modal to remove the USWDS UI local classes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue