From 9fbf927daef1a3ab2eb851f4a11d58304df5be63 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Mon, 19 Jan 2015 19:38:24 +0100 Subject: [PATCH] Use tld for close button in popup --- cunimb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cunimb.js b/cunimb.js index 31e2311..419fd46 100644 --- a/cunimb.js +++ b/cunimb.js @@ -1462,7 +1462,7 @@ function initialize() } if (warn==1) { - document.getElementById("popup").innerHTML = "\"close\"

Warning!


The data on this site can be ambiguous in certain situations and the displayed position of an aircraft or glider can be displaced relative to the actual position.
Before raising an alert please contact us so we can interpret the data correctly.

"; + document.getElementById("popup").innerHTML = "\"close\"

Warning!


The data on this site can be ambiguous in certain situations and the displayed position of an aircraft or glider can be displaced relative to the actual position.
Before raising an alert please contact us so we can interpret the data correctly.

"; op(300); }