From bb67cdcddeb4aa93852d32d2c4672adc1d00cc07 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 5 Feb 2015 07:30:56 +0000 Subject: [PATCH] typo --- static/js/documentDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/documentDialog.js b/static/js/documentDialog.js index e945fa229..94a364d13 100644 --- a/static/js/documentDialog.js +++ b/static/js/documentDialog.js @@ -180,7 +180,7 @@ pandora.ui.documentDialog = function(options) { page: function(data) { pandora.UI.set( 'documents.' + item.id, - {position: $content.getArea()} + {position: data.page} ); }, zoom: function(data) {