first commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// simple redirect
|
||||
if ('undefined' == typeof hfcm_location ) {
|
||||
var hfcm_location = {url:''};
|
||||
}
|
||||
window.location.replace(hfcm_location.url);
|
||||
Reference in New Issue
Block a user