diff --git a/static/js/infoView.bakma.js b/static/js/infoView.bakma.js index 1f6134a..2c906e0 100644 --- a/static/js/infoView.bakma.js +++ b/static/js/infoView.bakma.js @@ -707,6 +707,13 @@ pandora.ui.infoView = function(data, isMixed) { } }) .appendTo($element); + if (isMixed[key] && Ox.contains(listKeys, key)) { + pandora.ui.addRemoveKeyDialog({ + ids: ui.listSelection, + key: key, + section: ui.section + }).appendTo($element) + } } }); $element.appendTo($text);