MediaWiki:Mobile.js: Difference between revisions

no edit summary
No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
Tags: Mobile edit Mobile web edit
Line 5: Line 5:
   url: "/rmt.php?title=" + mw.config.get('wgTitle') + "&section=" + section
   url: "/rmt.php?title=" + mw.config.get('wgTitle') + "&section=" + section
});
});
document.getElementByID("reportMistranslation"+section).innerText="Report Submitted";
document.getElementById("reportMistranslation"+section).innerText="Report Submitted";
}
}