Esanders has uploaded a new change for review.

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

Change subject: Fix primary command name
......................................................................

Fix primary command name

Primary command name is used by double click and enter.
Make this launch the default edit action 'mathDialog'.

Change-Id: Ie7a87914a55ecc87769c4a1aa029b36966b83a04
---
M modules/ve-math/ve.ce.MWMathNode.js
1 file changed, 1 insertion(+), 1 deletion(-)


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

diff --git a/modules/ve-math/ve.ce.MWMathNode.js 
b/modules/ve-math/ve.ce.MWMathNode.js
index 4ad2689..3e59756 100644
--- a/modules/ve-math/ve.ce.MWMathNode.js
+++ b/modules/ve-math/ve.ce.MWMathNode.js
@@ -28,7 +28,7 @@
 
 ve.ce.MWMathNode.static.name = 'mwMath';
 
-ve.ce.MWMathNode.static.primaryCommandName = 'math';
+ve.ce.MWMathNode.static.primaryCommandName = 'mathDialog';
 
 /* Methods */
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie7a87914a55ecc87769c4a1aa029b36966b83a04
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Math
Gerrit-Branch: master
Gerrit-Owner: Esanders <esand...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to