From f4a9297a7057d12594b9aed541b728344983fb11 Mon Sep 17 00:00:00 2001 From: Thalia Date: Thu, 8 Oct 2015 19:45:43 +0100 Subject: [PATCH] Use new error element Depends on I5839ba62fe in VE-MW Bug: T114754 Change-Id: Iedd632af8743a53aa96b736ca5ef5af40c28bc7a --- modules/ve-math/ve.ui.MWMathInspector.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ve-math/ve.ui.MWMathInspector.js b/modules/ve-math/ve.ui.MWMathInspector.js index 19b33b5..36ff09e 100644 --- a/modules/ve-math/ve.ui.MWMathInspector.js +++ b/modules/ve-math/ve.ui.MWMathInspector.js @@ -87,7 +87,7 @@ ve.ui.MWMathInspector.prototype.initialize = function () { this.$content.addClass( 've-ui-mwMathInspector-content' ); this.form.$element.append( inputField.$element, - this.$generatedContentsErrorContainer, + this.generatedContentsError.$element, displayField.$element, idField.$element );