*** empty log message ***
authorgc <gc>
Sun, 5 Feb 2006 21:05:08 +0000 (21:05 +0000)
committergc <gc>
Sun, 5 Feb 2006 21:05:08 +0000 (21:05 +0000)
lib/booh/html-merges.rb

index b4795effa30ff58261a68eaa528b87b8690fc3fa..5d6f813db970d3acd0084220cf0392e163c4cf00 100644 (file)
@@ -513,10 +513,9 @@ function getPreferredSize() {
                 }
             }
         }
-    } else {
-        w = document.body.offsetWidth;
-        ~~size_auto_chooser~~
     }
+    w = document.body.offsetWidth;
+    ~~size_auto_chooser~~
     return 'thumbnails-~~default_size~~.html';
 }