Skip to content

Commit

Permalink
Tests: Fixed incorrect path to MathJax.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Jul 7, 2015
1 parent e561d84 commit d841e85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/plugins/widget/manual/inline.html
Expand Up @@ -95,13 +95,13 @@ <h2>Broadcasting and <em>quotes</em> <a id="quotes" name="quotes"></a></h2>

CKEDITOR.replace( 'editor1', {
height: 400,
mathJaxLib: '../../mathjax/' + bender.config.mathJaxLibPath,
mathJaxLib: bender.config.mathJaxLibPath,
extraPlugins: 'doublecolumn',
allowedContent: true
} );

CKEDITOR.inline( 'editor2', {
mathJaxLib: '../../mathjax/' + bender.config.mathJaxLibPath,
mathJaxLib: bender.config.mathJaxLibPath,
extraPlugins: 'doublecolumn',
allowedContent: true
} );
Expand Down

0 comments on commit d841e85

Please sign in to comment.