oont-contents/plugins/header-footer-code-manager/js/location.js
2025-02-08 15:10:23 +01:00

5 lines
No EOL
146 B
JavaScript

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