fix #2165 (Document Viewer Dialog: previous/next buttons not functional)

This commit is contained in:
rolux 2014-02-13 12:07:28 +00:00
commit d91401189c
3 changed files with 13 additions and 4 deletions

View file

@ -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;