MediaWiki:DonationForm.js: Difference between revisions
Content deleted Content added
add retry for country=XX - phab:T316578 Tag: Reverted |
d'oh, this will need to be in common.js. As country XX isn't treated as a donation form, so this won't run Tag: Undo |
||
Line 1,143:
$(document).ready(function() {
mw.loader.using( ['mediawiki.util
var form = document.forms['donateForm'];
|