From 7f623d15d803de5ccba5e5ee3a5a1b14abbbac94 Mon Sep 17 00:00:00 2001 From: Matthew Piatetsky Date: Tue, 3 Dec 2019 15:07:09 -0500 Subject: [PATCH] get optimizely from cloudflare --- lms/templates/widgets/optimizely.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/widgets/optimizely.html b/lms/templates/widgets/optimizely.html index 28986cf32a..614600b2a5 100644 --- a/lms/templates/widgets/optimizely.html +++ b/lms/templates/widgets/optimizely.html @@ -1,5 +1,5 @@ <%page expression_filter="h"/> % if settings.OPTIMIZELY_PROJECT_ID and not disable_optimizely and not is_from_mobile_app: - + % endif