changeset 228:4fac8dd28364

removed originalsize bug
author luginbue
date Sat, 17 Jul 2004 16:57:45 +0200
parents 32212dfba275
children 1946c4856bf4
files client/digitallibrary/modules/imago.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/digitallibrary/modules/imago.js	Sat Jul 17 16:57:45 2004 +0200
+++ b/client/digitallibrary/modules/imago.js	Sat Jul 17 16:57:45 2004 +0200
@@ -218,7 +218,7 @@
 
   dlParams.ddpix.value = cropFloat(dpi_h);
   dlParams.ddpiy.value = cropFloat(dpi_v);
-  
+
   display(3);
 
 }