https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43385 Bug ID: 43385 Summary: Audio alerts need to work with Vue loaded HTML Initiative type: --- Sponsorship --- status: Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Staff interface Assignee: koha-bugs@lists.koha-community.org Reporter: lucas@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com Target Milestone: --- Audio alerts do not currently work with Vue loaded components. To recreate: 1. Enable AudioAleerts and ERMModule 2. Setup an audio alert for #ERMCounts, which is an HTML element that should load when you load the ERM module. 3. Go to the ERM module, you will not here the alert. The audio alert code is wrapped in a $( document ).ready(function() so the #ERMCounts element will not be there when this code fires. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.