Files
doitinpoland.com/wp-content/plugins/header-footer-code-manager/js/location.js
2023-09-12 21:41:04 +02:00

5 lines
142 B
JavaScript

// simple redirect
if ('undefined' == typeof hfcm_location ) {
var hfcm_location = {url:''};
}
window.location.replace(hfcm_location.url);