MediaWiki:Gadget-oldeditor.js: Difference between revisions
Content deleted Content added
only fix it, if your browser supports VE to begin with |
we don't need to change the label |
||
Line 17:
var caEdit = $('#ca-edit a');
$('#ca-editsource a')
.text(caEdit.text());
$('#ca-edit').remove();
$('#ca-editsource').attr('id', 'ca-edit');
|