Swiss Robotics Association

The content of this page is available to SRA Membership holders.
}, 1000); // Check every second // Force show resumes if they're hidden const showResumes = function() { if ($('.resumes, .resume_listings, ul.resumes').length === 0) { // Trigger resume loading const form = $('.resume_filters form'); if (form.length > 0) { // Trigger a search to load resumes $.get(window.location.href.split('?')[0], function(data) { const newContent = $(data).find('.resumes, .resume_listings, ul.resumes'); if (newContent.length > 0) { $('#main, .main-content, .content').append(newContent); } }); } } }; }, 500); });