fix #2165 (Document Viewer Dialog: previous/next buttons not functional)
This commit is contained in:
parent
f6b28485e1
commit
d91401189c
3 changed files with 13 additions and 4 deletions
|
|
@ -886,6 +886,11 @@ pandora.ui.documentsPanel = function(options) {
|
|||
}).open();
|
||||
}
|
||||
|
||||
that.selectSelected = function(offset) {
|
||||
$list.selectSelected(offset);
|
||||
return that;
|
||||
};
|
||||
|
||||
that.updateSize = function() {
|
||||
$list.size();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue