Skip to content

Commit

Permalink
FMathEditor: Hide the AD iframe and fix the editor path
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Pellicer committed Dec 14, 2023
1 parent 60f2d5c commit 7b5216f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FMathEditor/dialogs/dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var dialog = CKEDITOR.dialog.add( 'FMathEditorDialog', function( editor ) {
elements: [
{
type: 'html',
html: '<iframe id="editorIFrame" style="width:1024px;height:500px" src="'+ CKEDITOR.basePath +'plugins/FMathEditor/editor/onlyEditor.html"></iframe>'
html: '<iframe id="editorIFrame" style="width:1024px;height:500px" src="'+ this.basePath +'FMathEditor/editor/onlyEditor.html"></iframe>'
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion FMathEditor/editor/fmath/fmathEditorC.js

Large diffs are not rendered by default.

0 comments on commit 7b5216f

Please sign in to comment.