From c4afdf3c4bf76badc45950edefd29edce042e49f Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sat, 7 May 2011 18:27:30 -0400 Subject: [PATCH] Firefox scroll order. --- web/js/010-control.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/js/010-control.js b/web/js/010-control.js index 9e5c8d0..1807a9d 100644 --- a/web/js/010-control.js +++ b/web/js/010-control.js @@ -121,7 +121,7 @@ $(document).ready(function() { $("#subalbums").show(); $("#photo-view").hide(); } - scrollToThumb(); + setTimeout(scrollToThumb, 1); } function getDecimal(fraction) { if (fraction[0] < fraction[1])