Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
ecommerce
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
ecommerce
Commits
169e5211
Commit
169e5211
authored
Oct 20, 2017
by
Matthew Piatetsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Put optimizely after jQuery
Simplify using jQuery in optimizely on ecommerce. No JIRA Ticket
parent
93973de1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
ecommerce/templates/edx/base.html
+4
-4
No files found.
ecommerce/templates/edx/base.html
View file @
169e5211
...
...
@@ -29,10 +29,6 @@
{% block stylesheets %}
{% endblock %}
{% endcompress %}
{% if optimizely_snippet_src %}
<script
src=
"{{ optimizely_snippet_src }}"
></script>
{% endif %}
</head>
<body>
{% block skip_link %}
...
...
@@ -68,6 +64,10 @@
<script
src=
"{% static 'js/common.js' %}"
></script>
{% endcompress %}
{% if optimizely_snippet_src %}
<script
src=
"{{ optimizely_snippet_src }}"
></script>
{% endif %}
{% compress js %}
{# Note: This block is purposely separated from the one above so that browsers cache the common JS instead of
downloading a single, large file for each page. #}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment