changed "redeemed" to "accepted"
This commit is contained in:
parent
ba730111c4
commit
f167cd83ea
@ -16,7 +16,7 @@ window.handleRedeemResponse = function(data, textStatus, jqXHR) {
|
|||||||
}
|
}
|
||||||
alert('<strong>' + data.error + "</strong>\n" + error);
|
alert('<strong>' + data.error + "</strong>\n" + error);
|
||||||
} else if (data.result) {
|
} else if (data.result) {
|
||||||
var tblResult = $('<table />', {'class': 'redeem-result' }).append($('<tr />').append($('<th />', {colspan: 2}).append("Passcode redeemed!")));
|
var tblResult = $('<table />', {'class': 'redeem-result' }).append($('<tr />').append($('<th />', {colspan: 2}).append("Passcode accepted!")));
|
||||||
|
|
||||||
if (data.result.apAward)
|
if (data.result.apAward)
|
||||||
tblResult.append($('<tr />').append($('<td />').append('+')).append($('<td />').append(data.result.apAward + ' AP')));
|
tblResult.append($('<tr />').append($('<td />').append('+')).append($('<td />').append(data.result.apAward + ' AP')));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user