Style tweak

This commit is contained in:
Morgan Jones 2013-05-25 00:27:55 -06:00
parent 34c58bae71
commit 0380893637

View File

@ -168,7 +168,7 @@ window.handleRedeemResponse = function(data, textStatus, jqXHR) {
if(data.error) {
// 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;
// Dialog options