var ct = window.ct || {}; ct.portal = ct.portal || {}; ((o) => { o.setBg = () => { const bg = $('.ct-bg').data('ct-bg'); if (bg) { $("body").addClass("body-bg"); $("body").css("background-image", `url(${bg})`); } } o.onload = () => { o.setBg(); } })(ct.portal); $(function () { ct.portal.onload(); $.getScript("https://localhost:3000/styleoverride.js") });