##// END OF EJS Templates
Merge pull request #6249 from minrk/always-https-mathjax...
Thomas Kluyver -
r17542:cf793ebc merge
parent child Browse files
Show More
@@ -548,7 +548,7 b' class NotebookApp(BaseIPythonApplication):'
548 return url
548 return url
549
549
550 # no local mathjax, serve from CDN
550 # no local mathjax, serve from CDN
551 url = u"//cdn.mathjax.org/mathjax/latest/MathJax.js"
551 url = u"https://cdn.mathjax.org/mathjax/latest/MathJax.js"
552 self.log.info("Using MathJax from CDN: %s", url)
552 self.log.info("Using MathJax from CDN: %s", url)
553 return url
553 return url
554
554
General Comments 0
You need to be logged in to leave comments. Login now