forked from 0x2620/pandora
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
|
|
@ -58,6 +58,8 @@ pandora.ui.documentsDialog = function() {
|
|||
that.close = function() {
|
||||
Ox.Request.clearCache('findDocuments');
|
||||
that.superClose();
|
||||
// needed in documentDialog to determine if isItemView
|
||||
delete pandora.$ui.documentsDialog;
|
||||
};
|
||||
|
||||
return that;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue