From a9059e41335221e41f094c7d0f7b6ff3708405f2 Mon Sep 17 00:00:00 2001
From: xinjiel2 <xinjielan1@gmail.com>
Date: Tue, 14 May 2019 21:06:40 +1000
Subject: [PATCH] UI fixed

---
 web_app_django/tweet/templates/index.html | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/web_app_django/tweet/templates/index.html b/web_app_django/tweet/templates/index.html
index 25ffffc..95e22d6 100644
--- a/web_app_django/tweet/templates/index.html
+++ b/web_app_django/tweet/templates/index.html
@@ -152,8 +152,8 @@
         type: 'point',
         shape: 'circle'
     });
+    rcmWins = showRcmWin(map,districts)
    
-    
 
     layer.setData(districts, {
         lnglat: 'center'
@@ -267,7 +267,6 @@
             chart.draw(data, options);
          }
          google.charts.setOnLoadCallback(drawChart);
-         rcmWins = showRcmWin(map,districts)
 
 
 </script>
-- 
GitLab