Commit 365cd02f authored by Jake Hartnell's avatar Jake Hartnell

Merge pull request #1852 from hypothesis/fixMathJaxInChromeExtension

Fix MathJax not loading in Chrome extension.
parents 94cfff2b debaaad1
loadMathJax = ->
if !MathJax?
$.ajax {
url: "//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML-full"
url: "https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML-full"
dataType: 'script'
cache: true
complete: ->
......
Markdown is supported
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