Style tweak
This commit is contained in:
parent
34c58bae71
commit
0380893637
@ -168,7 +168,7 @@ window.handleRedeemResponse = function(data, textStatus, jqXHR) {
|
|||||||
|
|
||||||
if(data.error) {
|
if(data.error) {
|
||||||
// What to display
|
// What to display
|
||||||
to_dialog = '<strong>' + data.error + '</strong><br />' +(window.REDEEM_ERRORS[data.error] || 'There was a problem redeeming the passcode. Try again?');
|
to_dialog = '<strong>' + data.error + '</strong><br />' + (window.REDEEM_ERRORS[data.error] || 'There was a problem redeeming the passcode. Try again?');
|
||||||
to_log = '[ERROR] ' + data.error;
|
to_log = '[ERROR] ' + data.error;
|
||||||
|
|
||||||
// Dialog options
|
// Dialog options
|
||||||
|
Loading…
x
Reference in New Issue
Block a user