From: Alan Date: Mon, 10 Jan 2022 07:11:07 +0000 (+0800) Subject: Roo/htmleditor/BlockFigure.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=710eec07958693d63393ae9f657f434705bf4b2e Roo/htmleditor/BlockFigure.js --- diff --git a/Roo/htmleditor/BlockFigure.js b/Roo/htmleditor/BlockFigure.js index cab4323696..d99a94a1c3 100644 --- a/Roo/htmleditor/BlockFigure.js +++ b/Roo/htmleditor/BlockFigure.js @@ -77,7 +77,7 @@ Roo.extend(Roo.htmleditor.BlockFigure, Roo.htmleditor.Block, { Roo.MessageBox.show({ title : "Image Source URL", msg : "Enter the url for the image", - buttons: this.OKCANCEL, + buttons: Roo.MessageBox.OKCANCEL, fn: function(val){ block().image_src = val; block().updateElement();