if (((window.location.pathname.indexOf('~add-listing') != -1 && window.location.search.indexOf('~listing_type_id=Resume') != -1) || (window.location.pathname.indexOf('~products') != -1 && window.location.search.indexOf('~permission=post_resume') != -1)) && document.referrer.indexOf('~registration')) { window.location.replace(window.location.protocol +'//'+ window.location.hostname +'/jobs/'); } document.addEventListener("DOMContentLoaded", function() { var pathName = window.location.pathname; var allowedURLs = [ '~jobs', '~resumes', '~job', '~resume', '~home', '~cities', '~categories', ]; var uri = pathName.split(window.location.hostname).pop().replace('/', '').split('/').shift(); if (document.referrer.indexOf('admin') == -1 && $.inArray(uri, allowedURLs) != -1) { $.get(window.location.protocol +'//'+ window.location.hostname +'/login/', function (data) { if ($(data).is('#login-form')) { $('') .prependTo('body') .find('.modal-body').html(data); $('#login-form').find('.title__primary').html('Welcome!
Sign in to access the Black Cat Data & IT job board'); $('#login-modal').modal({ keyboard: false, backdrop: 'static' }); } }); } });