From d087efe04387de0f118d0b5060af65aeb06091b8 Mon Sep 17 00:00:00 2001 From: aakashtushar Date: Mon, 8 Jan 2018 12:07:45 +0530 Subject: [PATCH] popup url corrected updated URL in popup to correctly show iframe --- src/plugin.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugin.coffee b/src/plugin.coffee index 02c58cb..a5dafa0 100644 --- a/src/plugin.coffee +++ b/src/plugin.coffee @@ -7,7 +7,7 @@ tinymce.create('tinymce.plugins.EquationEditorPlugin', { popup = editor.windowManager.open( { - url: 'equation_editor.html' + url: url+'/equation_editor.html' width: 820, height: 400, inline: 1,