From f6d25318ec97b8d62d6b412adfa29e0d4b4e783c Mon Sep 17 00:00:00 2001 From: Eduardo P de Sousa Date: Fri, 11 Jun 2021 16:44:44 -0300 Subject: [PATCH] link to english version --- html/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/script.js b/html/script.js index cd86e4e..e040fbb 100644 --- a/html/script.js +++ b/html/script.js @@ -2387,7 +2387,7 @@ function refreshSelected() { if (flightawareLinks) { jQuery('#selected_registration').html(getFlightAwareIdentLink(selected.registration, selected.registration)); } else if (selected.icaorange.country === 'Brazil') { - jQuery('#selected_registration').html(`${selected.registration}`); + jQuery('#selected_registration').html(`${selected.registration}`); } else { jQuery('#selected_registration').text(selected.registration); }