Commit 6d022097 authored by RawKStar77's avatar RawKStar77

Fix MathJax not loading in Chrome extension.

parent 94cfff2b
loadMathJax = ->
if !MathJax?
$.ajax {
url: "//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML-full"
url: location.protocol + "//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