Skip to content

Commit

Permalink
Fix the path again
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Pellicer committed Dec 18, 2023
1 parent 6b6e0f3 commit 6a1ee68
Showing 1 changed file with 1 addition and 1 deletion.
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="'+ this.fmathPath +'FMathEditor/editor/onlyEditor.html"></iframe>'
html: '<iframe id="editorIFrame" style="width:1024px;height:500px" src="'+ this.fmathPath +'editor/onlyEditor.html"></iframe>'
}
]
}
Expand Down

0 comments on commit 6a1ee68

Please sign in to comment.