diff --git a/static/js/infoView.js b/static/js/infoView.js index a54280a..27477ab 100644 --- a/static/js/infoView.js +++ b/static/js/infoView.js @@ -756,10 +756,7 @@ oml.ui.infoView = function(externalData, isMixed) { result.data.id, key, result.data[key] ); } - // FIXME: what is this? - if (Ox.contains(['title', 'author'], key)) { - that.updateElement(result.data, [$data]); - } + that.updateElement(result.data, [$data]); that.triggerEvent('change', Ox.extend({}, key, value)); }); }