##// END OF EJS Templates
load mathjax from CDN via https...
load mathjax from CDN via https Amazon CloudFront (MathJax's CDN) supports HTTPS, but their SSL certificate only applies to *.cloudfront.net urls. This retrieves the cloudfront host at runtime, and loads MathJax from there via HTTPS.

File last commit:

r3408:261328d5
r6155:761f626a
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
try:
from path import *
except ImportError:
from _path import *