Skip to content
Snippets Groups Projects
Unverified Commit b7452ca6 authored by Matthew Piatetsky's avatar Matthew Piatetsky Committed by GitHub
Browse files

Merge pull request #22430 from edx/REV-954

[REV-954] get optimizely from cloudflare
parents f508ba3d 7f623d15
Branches
Tags
No related merge requests found
<%page expression_filter="h"/>
% if settings.OPTIMIZELY_PROJECT_ID and not disable_optimizely and not is_from_mobile_app:
<script src=${ '//cdn.optimizely.com/js/{}.js'.format(settings.OPTIMIZELY_PROJECT_ID) }></script>
<script src=${ 'https://www.edx.org/optimizelyjs/{}.js'.format(settings.OPTIMIZELY_PROJECT_ID) }></script>
% endif
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment