scientist-softserv / west-virginia-university

West Virginia University
0 stars 0 forks source link

🐛 Fix bookmark toggle on show page #159

Closed kirkkwang closed 11 months ago

kirkkwang commented 11 months ago

Story

This commit will resolve the asynchronous loading issue of the bookmark toggle form on the show page by using a MutationObserver. This ensures the bl_checkbox_submit function is initialized after the form is dynamically added to the DOM. The observer is disconnected after successful initialization for performance optimization.

Screenshots / Video

wvu-bookmark