Fix image paths from asciimath plugin - refs BT#8973

1.10.x
Angel Fernando Quiroz Campos 10 years ago
parent 94ab6a89c8
commit c021113ac9
  1. 2
      main/inc/lib/javascript/ckeditor/plugins/asciimath/dialogs/mathjax.js

@ -10,7 +10,7 @@ CKEDITOR.dialog.add( 'asciimath', function( editor ) {
var preview,
lang = editor.lang.asciimath;
var imagePath = CKEDITOR.basePath+'plugins/asciimath/images/';
var imagePath = CKEDITOR.plugins.getPath('asciimath') + "images/";
return {
title: lang.title,

Loading…
Cancel
Save