Removed Google Analytics, Integrated Check for Cookie consent before
displaying Twitter timeline
diff --git a/_projectCommon.php b/_projectCommon.php
index 2911a0a..4fd7bb8 100644
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -86,7 +86,7 @@
     height: 400
   }
 );
-twitterContainer.innerText = '';
+twitterContainer.innerText = "";
 }
 
 (function() {
diff --git a/amalgam/_projectCommon.php b/amalgam/_projectCommon.php
index 4cd1eb3..16d851f 100755
--- a/amalgam/_projectCommon.php
+++ b/amalgam/_projectCommon.php
@@ -32,5 +32,4 @@
 	
 	$App->Promotion = TRUE;
 
-	$App->SetGoogleAnalyticsTrackingCode("UA-16777490-2");
 ?>