Failed to submit job application due to the following internal exception. Please call administrator for help.
/**
document.getElementByClass('callButton').addEventListener('click', function() {
// Replace '1234567890' with the desired phone number
var phoneNumber = '4107953440';
// Creating the tel: URI to initiate the phone call
var telUri = 'tel:' + phoneNumber;
// Opening the phone dialer with the tel: URI
window.location.href = telUri;
});
**/