diff --git a/code/dialog.js b/code/dialog.js index c0cdceec..afe1feb7 100644 --- a/code/dialog.js +++ b/code/dialog.js @@ -133,8 +133,8 @@ window.dialog = function(options) { var selector = dialog.find('.ui-dialog-content,.ui-dialog-buttonpane'); var button = dialog.find('.ui-dialog-titlebar-button-collapse'); - // Slide toggle - $(selector).slideToggle({duration: window.DIALOG_SLIDE_DURATION}); + // Slide toggle + $(selector).slideToggle({duration: window.DIALOG_SLIDE_DURATION}); if(collapsed) { $(button).removeClass('ui-dialog-titlebar-button-collapse-collapsed'); diff --git a/code/redeeming.js b/code/redeeming.js index b3a8a3f4..eb613048 100644 --- a/code/redeeming.js +++ b/code/redeeming.js @@ -43,6 +43,11 @@ window.REDEEM_RESOURCES = { return {long: 'Turret', short: 'T'}; } }, + UNUSUAL: { + format: function(acquired) { + return {long: 'Unusual Object', short: 'U'}; + } + }, EMITTER_A: { /* resourceWithLevels */ format: function(acquired) {