瀏覽代碼

Reinstate mathjax imports

Steven Silvester 9 年之前
父節點
當前提交
3f2e3ca487
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      examples/console/index.html
  2. 1 0
      examples/notebook/index.html

+ 1 - 0
examples/console/index.html

@@ -4,6 +4,7 @@
     <title>FileBrowser Demo</title>
     <link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
     <script type="text/javascript" src="https://www.promisejs.org/polyfills/promise-6.1.0.js"></script>
+    <script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML-full,Safe&amp;delayStartupUntil=configured"></script>
     <link href="index.css" rel="stylesheet">
   </head>
   <body>

+ 1 - 0
examples/notebook/index.html

@@ -4,6 +4,7 @@
     <title>FileBrowser Demo</title>
     <link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
     <script type="text/javascript" src="https://www.promisejs.org/polyfills/promise-6.1.0.js"></script>
+    <script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML-full,Safe&amp;delayStartupUntil=configured"></script>
     <link href="index.css" rel="stylesheet">
   </head>
   <body>