Update src/registrar/assets/src/js/getgov-admin/andi.js

Co-authored-by: zandercymatics <141044360+zandercymatics@users.noreply.github.com>
This commit is contained in:
CuriousX 2025-02-28 11:10:53 -07:00 committed by GitHub
parent 8250a72f73
commit 8d2a247674
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,6 @@ This allows us to avoid overriding aria-label, which is used by select2
to send the current dropdown selection to ANDI
*/
export function initAriaInjections() {
console.log("FIRED")
document.addEventListener('DOMContentLoaded', function () {
// Set timeout so this fires after select2.js finishes adding to the DOM
setTimeout(function () {