This commit is contained in:
Matthias Wirth
2021-12-12 17:55:45 +01:00
parent 041aa9a958
commit 784102e986
2 changed files with 2 additions and 4 deletions

View File

@@ -1195,9 +1195,7 @@ function initPage() {
jQuery('#adsbexchange_header').show();
jQuery('#credits').show();
jQuery('#selected_infoblock').addClass('adsbx-selected-bg');
if (false && window.self != window.top &&
(window.top.location.host.startsWith("thebaldgeek.net:") || window.top.location.host == "thebaldgeek.net")
) {
if (false && window.self != window.top) {
window.top.location.href = "https://www.adsbexchange.com/";
return;
}