From 84ad8a2788b1bd0c7441fee45b799a0f195da8ca Mon Sep 17 00:00:00 2001 From: Dynomity Date: Sun, 30 Aug 2015 11:34:37 -0600 Subject: [PATCH] removed old commented line --- public_html/script.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public_html/script.js b/public_html/script.js index fc3953d..6720ddd 100644 --- a/public_html/script.js +++ b/public_html/script.js @@ -613,7 +613,6 @@ function refreshSelected() { // add the country and flag $('#selected_country').text(selected.Country); if (selected.Flag !== null) { - //$('#selected_flag').html('' + NBSP + selected.flag.Country); $('#selected_flag').html(selected.Flag); } else { $('#selected_flag').text('Unrecognized');