Supply Chain Specialist
const iframe = document.getElementById('job_description_iframe');
const loader = document.getElementById('job_description_loader');
iframe.onload = () => {
loader.style.display = 'none';
};
const url = iframe.getAttribute('data-url');
if (url){
iframe.src = url;
}
window.addEventListener('message', function(e) {
if (e.data?.type === 'jobDescriptionHeight') {
const frame = document.querySelector('#job_description > iframe');
if (frame){
frame.style.height = e.data.height + 'px';
}
}
});
Indotronix is an Equal Opportunity Employer. All qualified applicants will receive consideration for employment without regard to age, race, creed/religion, color, national origin, ancestry, marital status, affectional or sexual orientation, gender identity or expression, disability, nationality, or sex.