Content deleted Content added
0.9.115alpha03 |
0.9.115alpha04 |
||
Line 4:
// version info
wikEd.programVersion = '0.9.
wikEd.programDate = 'April 23, 2013';
Line 5,307:
// get MathJax
if ( (typeof(mw) == 'object') && (typeof(mw.loader) == 'object') && (typeof(mw.loader.using) == 'function') ) {
try {▼
WED('Load MathJax');
try { mw.loader.using('ext.math.mathjax.enabler', function () { WED('Loaded MathJax');
wikEd.previewBox.renderTeX();
WED('
});▼
}
catch (error) {
▲ }
}
Line 7,372 ⟶ 7,374:
wikEd.previewBox.innerHTML = html;
// run MathJax
if (typeof(wikEd.previewBox.renderTeX) == 'function') {
wikEd.previewBox.renderTeX();
WED('renderTeX in main');
}
// init sortable tables (wikibits.js)
if (typeof(sortables_init) == 'function') {
|