File: update_url.diff

package info (click to toggle)
mathjax 2.4-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 173,060 kB
  • ctags: 4,864
  • sloc: perl: 256; makefile: 18
file content (16 lines) | stat: -rw-r--r-- 551 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: use local URL in an example in config/Safe.js
Author: Dmitry Shachnev <mitya57@debian.org>
Forwarded: not-needed
Last-Update: 2014-10-03

--- a/unpacked/config/Safe.js
+++ b/unpacked/config/Safe.js
@@ -9,7 +9,7 @@
  *  when you load MathJax.js, e.g.
  *  
  *  <script
- *    src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML,Safe">
+ *    src="file:///usr/share/javascript/mathjax/MathJax.js?config=TeX-AMS_HTML,Safe">
  *  </script>
  *
  *  ---------------------------------------------------------------------