diff --git a/code/redeeming.js b/code/redeeming.js
index 7c7bd555..f80a33bc 100644
--- a/code/redeeming.js
+++ b/code/redeeming.js
@@ -16,13 +16,13 @@ window.handleRedeemResponse = function(data, textStatus, jqXHR) {
}
alert('' + data.error + "\n" + error);
} else if (data.result) {
- var tblResult = $('
');
- tblResult.append($('Passcode accepted! |
'));
+ var tblResult = $('');
+ tblResult.append($('Passcode accepted! |
'));
if (data.result.apAward)
tblResult.append($('+ | ' + data.result.apAward + 'AP |
'));
if (data.result.xmAward)
- tblResult.append($('+ | ' + data.result.xmAward + 'XM |
'));
+ tblResult.append($('+ | ' + data.result.xmAward + 'XM |
'));
var resonators = {};
var bursts = {};
@@ -68,7 +68,7 @@ window.handleRedeemResponse = function(data, textStatus, jqXHR) {
var text = 'Portal Shield';
if (shields[lvl] > 1)
text += ' ('+shields[lvl]+')';
- tblResult.append($(''+lvl+' | '+text+' |
'));
+ tblResult.append($(''+lvl+' | '+text+' |
'));
}
alert(tblResult, true);