Skip to content

Commit

Permalink
update to 2.7.5 of MathJax JS library
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschreiber authored Jan 24, 2019
1 parent 174871e commit bf3acbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class-mathjax-latex.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public static function add_script() {

// initialise option for existing MathJax-LaTeX users
if ( get_option( 'kblog_mathjax_use_cdn' ) || ! get_option( 'kblog_mathjax_custom_location' ) ) {
$mathjax_location = 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js';
$mathjax_location = 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js';
} else {
$mathjax_location = get_option( 'kblog_mathjax_custom_location' );
}
Expand Down

0 comments on commit bf3acbc

Please sign in to comment.