
From: Jonathon Love <jon@thon.cc>

Description: MathJax <script>'s are now loaded locally, not from remote
 Fixes privacy-breach-uses-embedded-file lintian error

Author: Jonathon Love <jon@thon.cc>

Index: r-cran-bayesfactor/inst/doc/compare_lme4.html
===================================================================
--- r-cran-bayesfactor.orig/inst/doc/compare_lme4.html
+++ r-cran-bayesfactor/inst/doc/compare_lme4.html
@@ -58,7 +58,7 @@ hljs.initHighlightingOnLoad();
 </script>
 
 <!-- MathJax scripts -->
-<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
+<script type="text/javascript" src="file:///usr/share/javascript/mathjax/MathJax.js">
 </script>
 
 
Index: r-cran-bayesfactor/inst/doc/manual.html
===================================================================
--- r-cran-bayesfactor.orig/inst/doc/manual.html
+++ r-cran-bayesfactor/inst/doc/manual.html
@@ -58,7 +58,7 @@ hljs.initHighlightingOnLoad();
 </script>
 
 <!-- MathJax scripts -->
-<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
+<script type="text/javascript" src="file:///usr/share/javascript/mathjax/MathJax.js">
 </script>
 
 
Index: r-cran-bayesfactor/inst/doc/odds_probs.html
===================================================================
--- r-cran-bayesfactor.orig/inst/doc/odds_probs.html
+++ r-cran-bayesfactor/inst/doc/odds_probs.html
@@ -58,7 +58,7 @@ hljs.initHighlightingOnLoad();
 </script>
 
 <!-- MathJax scripts -->
-<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
+<script type="text/javascript" src="file:///usr/share/javascript/mathjax/MathJax.js">
 </script>
 
 
Index: r-cran-bayesfactor/inst/doc/priors.html
===================================================================
--- r-cran-bayesfactor.orig/inst/doc/priors.html
+++ r-cran-bayesfactor/inst/doc/priors.html
@@ -58,7 +58,7 @@ hljs.initHighlightingOnLoad();
 </script>
 
 <!-- MathJax scripts -->
-<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
+<script type="text/javascript" src="file:///usr/share/javascript/mathjax/MathJax.js">
 </script>
 
 
