toggleElement

This commit is contained in:
j 2014-09-23 23:56:11 +02:00
commit 32a558c48d
2 changed files with 3 additions and 3 deletions

View file

@ -381,7 +381,7 @@ pandora.ui.documentsPanel = function(options) {
$listPanel.replaceElement(1, $list = renderList());
},
pandora_showdocument: function(data) {
isItemView && that.toggle(1);
isItemView && that.toggleElement(1);
}
});