mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-23 20:31:23 +00:00
Update to official mathjax cdn
This commit is contained in:
parent
714266b16e
commit
25205e3dda
2 changed files with 2 additions and 2 deletions
|
@ -88,7 +88,7 @@ module.exports = (grunt) ->
|
||||||
preserveLicenseComments: false
|
preserveLicenseComments: false
|
||||||
paths:
|
paths:
|
||||||
"moment": "libs/moment-2.7.0"
|
"moment": "libs/moment-2.7.0"
|
||||||
"mathjax": "https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=TeX-AMS_HTML"
|
"mathjax": "https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML"
|
||||||
shim:
|
shim:
|
||||||
"libs/pdfListView/PdfListView":
|
"libs/pdfListView/PdfListView":
|
||||||
deps: ["libs/pdf"]
|
deps: ["libs/pdf"]
|
||||||
|
|
|
@ -92,7 +92,7 @@ block content
|
||||||
window.anonymous = #{anonymous};
|
window.anonymous = #{anonymous};
|
||||||
window.requirejs = {
|
window.requirejs = {
|
||||||
"paths" : {
|
"paths" : {
|
||||||
"mathjax": "https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=TeX-AMS_HTML",
|
"mathjax": "https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML",
|
||||||
"moment": "libs/moment-2.7.0"
|
"moment": "libs/moment-2.7.0"
|
||||||
},
|
},
|
||||||
"urlArgs" : "fingerprint=#{fingerprint(jsPath + 'ide.js')}-#{fingerprint(jsPath + 'libs.js')}",
|
"urlArgs" : "fingerprint=#{fingerprint(jsPath + 'ide.js')}-#{fingerprint(jsPath + 'libs.js')}",
|
||||||
|
|
Loading…
Reference in a new issue