You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix to ensure $('#confirmSave').on('show.bs.modal', function (e) {...}) is executed. Wrapped code in $(document).ready(). If event is not registered, the $('#confirmSave').find('.modal-footer #confirm').on('click',) event will throw an exception because of $(this).data undefined.
0 commit comments