changeset 232:69b616b50431

removed originalsize bug
author luginbue
date Sat, 17 Jul 2004 16:57:45 +0200
parents 16126dee8712
children e40d8b2e3978
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);
 
 }