File "location.js"
Full Path: /home/pumpbmko/public_html/wp-content/plugins/header-footer-code-manager/js/location.js
File size: 146 bytes
MIME-type: text/plain
Charset: utf-8
// simple redirect
if ('undefined' == typeof hfcm_location ) {
var hfcm_location = {url:''};
}
window.location.replace(hfcm_location.url);