MediaWiki:Mobile.js: Difference between revisions

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