e9e5c582f5
Removed debugging code and aria-hidden event listeners that were preventing the modal from displaying. Using Bootstrap's getOrCreateInstance() to avoid modal instance conflicts. Changes: - Remove aria-hidden event listeners that blocked modal display - Remove debugging console.log statements - Use Modal.getOrCreateInstance() instead of new Modal() - Simplify event handler to essential functionality only The aria-hidden event listeners were preventing the modal from showing properly. getOrCreateInstance() prevents duplicate modal instances that can cause display issues. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>