Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
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
edx-platform
Commits
643d1d54
Commit
643d1d54
authored
Oct 17, 2016
by
Nimisha Asthagiri
Committed by
GitHub
Oct 17, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13775 from edx/robrap/mathjax
Use MathJax -full config.
parents
32ab4671
13495d88
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
cms/static/cms/js/require-config.js
+1
-1
cms/static/cms/js/spec/main.js
+1
-1
cms/static/cms/js/spec/main_squire.js
+1
-1
common/static/common/js/discussion/mathjax_include.js
+1
-1
common/templates/mathjax_include.html
+1
-1
lms/static/lms/js/spec/main.js
+1
-1
No files found.
cms/static/cms/js/require-config.js
View file @
643d1d54
...
...
@@ -95,7 +95,7 @@
// end of Annotation tool files
// externally hosted files
mathjax
:
'//cdn.mathjax.org/mathjax/2.6-latest/MathJax.js?config=TeX-MML-AM_SVG&delayStartupUntil=configured'
,
// eslint-disable-line max-len
mathjax
:
'//cdn.mathjax.org/mathjax/2.6-latest/MathJax.js?config=TeX-MML-AM_SVG
-full
&delayStartupUntil=configured'
,
// eslint-disable-line max-len
'youtube'
:
[
// youtube URL does not end in '.js'. We add '?noext' to the path so
// that require.js adds the '.js' to the query component of the URL,
...
...
cms/static/cms/js/spec/main.js
View file @
643d1d54
...
...
@@ -56,7 +56,7 @@
'domReady'
:
'xmodule_js/common_static/js/vendor/domReady'
,
'URI'
:
'xmodule_js/common_static/js/vendor/URI.min'
,
'mock-ajax'
:
'xmodule_js/common_static/js/vendor/mock-ajax'
,
mathjax
:
'//cdn.mathjax.org/mathjax/2.6-latest/MathJax.js?config=TeX-MML-AM_SVG&delayStartupUntil=configured'
,
// eslint-disable-line max-len
mathjax
:
'//cdn.mathjax.org/mathjax/2.6-latest/MathJax.js?config=TeX-MML-AM_SVG
-full
&delayStartupUntil=configured'
,
// eslint-disable-line max-len
'youtube'
:
'//www.youtube.com/player_api?noext'
,
'coffee/src/ajax_prefix'
:
'xmodule_js/common_static/coffee/src/ajax_prefix'
,
'js/spec/test_utils'
:
'js/spec/test_utils'
...
...
cms/static/cms/js/spec/main_squire.js
View file @
643d1d54
...
...
@@ -48,7 +48,7 @@
'draggabilly'
:
'xmodule_js/common_static/js/vendor/draggabilly'
,
'domReady'
:
'xmodule_js/common_static/js/vendor/domReady'
,
'URI'
:
'xmodule_js/common_static/js/vendor/URI.min'
,
mathjax
:
'//cdn.mathjax.org/mathjax/2.6-latest/MathJax.js?config=TeX-MML-AM_SVG&delayStartupUntil=configured'
,
// eslint-disable-line max-len
mathjax
:
'//cdn.mathjax.org/mathjax/2.6-latest/MathJax.js?config=TeX-MML-AM_SVG
-full
&delayStartupUntil=configured'
,
// eslint-disable-line max-len
'youtube'
:
'//www.youtube.com/player_api?noext'
,
'coffee/src/ajax_prefix'
:
'xmodule_js/common_static/coffee/src/ajax_prefix'
},
...
...
common/static/common/js/discussion/mathjax_include.js
View file @
643d1d54
...
...
@@ -42,6 +42,6 @@ if (typeof MathJax === 'undefined') {
});
};
};
vendorScript
.
src
=
'https://cdn.mathjax.org/mathjax/2.6-latest/MathJax.js?config=TeX-MML-AM_SVG'
;
vendorScript
.
src
=
'https://cdn.mathjax.org/mathjax/2.6-latest/MathJax.js?config=TeX-MML-AM_SVG
-full
'
;
document
.
body
.
appendChild
(
vendorScript
);
}
common/templates/mathjax_include.html
View file @
643d1d54
...
...
@@ -76,4 +76,4 @@
<!-- This must appear after all mathjax-config blocks, so it is after the imports from the other templates.
It can't be run through static.url because MathJax uses crazy url introspection to do lazy loading of
MathJax extension libraries -->
<script
type=
"text/javascript"
src=
"https://cdn.mathjax.org/mathjax/2.6-latest/MathJax.js?config=TeX-MML-AM_SVG"
></script>
<script
type=
"text/javascript"
src=
"https://cdn.mathjax.org/mathjax/2.6-latest/MathJax.js?config=TeX-MML-AM_SVG
-full
"
></script>
lms/static/lms/js/spec/main.js
View file @
643d1d54
...
...
@@ -51,7 +51,7 @@
'squire'
:
'xmodule_js/common_static/js/vendor/Squire'
,
'jasmine-imagediff'
:
'xmodule_js/common_static/js/vendor/jasmine-imagediff'
,
'domReady'
:
'xmodule_js/common_static/js/vendor/domReady'
,
mathjax
:
'//cdn.mathjax.org/mathjax/2.6-latest/MathJax.js?config=TeX-MML-AM_SVG&delayStartupUntil=configured'
,
// eslint-disable-line max-len
mathjax
:
'//cdn.mathjax.org/mathjax/2.6-latest/MathJax.js?config=TeX-MML-AM_SVG
-full
&delayStartupUntil=configured'
,
// eslint-disable-line max-len
'youtube'
:
'//www.youtube.com/player_api?noext'
,
'coffee/src/ajax_prefix'
:
'xmodule_js/common_static/coffee/src/ajax_prefix'
,
'coffee/src/instructor_dashboard/student_admin'
:
'coffee/src/instructor_dashboard/student_admin'
,
...
...
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