Content deleted Content added
No edit summary |
Amorymeltzer (talk | contribs) m Remove legacy globals per phab:T72470 (via WP:JWB) |
||
(3 intermediate revisions by one other user not shown) | |||
Line 2:
if ($.inArray(mw.config.get('wgAction'),['edit','submit'])!=-1) mw.loader.using([
function mathDialog(){
mw.loader.using(['jquery.ui
var mathEditor=$('<div>');
var mathInput=$('<input>',{dir:'ltr'}).appendTo(mathEditor);
Line 13:
$(this).dialog('close');
},
'Help':function(){window.open(mw.util.
'Cancel': function(){ $(this).dialog('close');}
} });
|