An adiitional function fires on my AJAX submit

After a little digging I found that the method I used for handling my email notifications was receiving the user ID as a string. As soon as I cast it as an integer all my notifications started sending. So the additional AJAX function that was firing had no affect on my notification email being sent.