r113666 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113665‎ | r113666 | r113667 >
Date:20:59, 12 March 2012
Author:brion
Status:ok
Tags:1.19, mathjax 
Comment:
followup r113661 - fix for renamed func
Modified paths:
  • /trunk/extensions/Math/modules/MathJax/extensions/wiki2jax.js (modified) (history)

Diff [purge]

Index: trunk/extensions/Math/modules/MathJax/extensions/wiki2jax.js
@@ -71,7 +71,7 @@
7272
7373 createPreview: function (node) {
7474 var preview;
75 - if (this.config.preview === "TeX") {preview = [this.filterTeX(node.innerHTML)]}
 75+ if (this.config.preview === "TeX") {preview = [this.filterPreview(node.innerHTML)]}
7676 else if (this.config.preview instanceof Array) {preview = this.config.preview}
7777 if (preview) {
7878 preview = MathJax.HTML.Element("span",{className: MathJax.Hub.config.preRemoveClass},preview);

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r113661tweaks to MathJax setup & customizations from mathjax-users list...brion20:41, 12 March 2012

Status & tagging log