Esanders has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/291232

Change subject: Load math styles with VE
......................................................................

Load math styles with VE

We could load them async in the view node and the dialog
but the file is so small.

Bug: T136407
Change-Id: I7feb63cc2d8cb8975b714066aef1934c248f4ca1
---
M extension.json
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Math 
refs/changes/32/291232/1

diff --git a/extension.json b/extension.json
index 3ff8329..708fa4e 100644
--- a/extension.json
+++ b/extension.json
@@ -167,7 +167,8 @@
                                "ve-math/ve.ui.MWMathDialog.css"
                        ],
                        "dependencies": [
-                               "ext.visualEditor.mwcore"
+                               "ext.visualEditor.mwcore",
+                               "ext.math.styles"
                        ],
                        "messages": [
                                "math-visualeditor-mwmathcontextitem-quickedit",

-- 
To view, visit https://gerrit.wikimedia.org/r/291232
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7feb63cc2d8cb8975b714066aef1934c248f4ca1
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Math
Gerrit-Branch: master
Gerrit-Owner: Esanders <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to