diff --git a/server/static/control.js b/server/static/control.js index 0c1c466..d2d048a 100644 --- a/server/static/control.js +++ b/server/static/control.js @@ -87,7 +87,7 @@ ImageController.prototype.removeImageType_ = function(type) { }; ImageController.prototype.onNewManifest_ = function(msg) { - this.fetchManifest_(msg.image_type); + this.fetchManifest_(this.image_types_.get(msg.image_type)); }; ImageController.prototype.fetchManifest_ = function(type) {