toggleElement
This commit is contained in:
parent
a266c518b7
commit
32a558c48d
2 changed files with 3 additions and 3 deletions
|
|
@ -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);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue