From 77c3d15d20b30989bc7c39684bf32dca1a163e33 Mon Sep 17 00:00:00 2001 From: Giulio Gratta Date: Tue, 15 Jul 2014 15:30:38 -0700 Subject: [PATCH] always include GA file --- lms/templates/main.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lms/templates/main.html b/lms/templates/main.html index 4ccbb888d6..8fca033e36 100644 --- a/lms/templates/main.html +++ b/lms/templates/main.html @@ -93,9 +93,7 @@ - % if not course: - <%include file="${google_analytics_file}" /> - % endif + <%include file="${google_analytics_file}" /> <%include file="widgets/segment-io.html" />