Firefox scroll order.

master
Jason A. Donenfeld 2011-05-07 18:27:30 -04:00
parent 4ccd66f378
commit c4afdf3c4b
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ $(document).ready(function() {
$("#subalbums").show();
$("#photo-view").hide();
}
scrollToThumb();
setTimeout(scrollToThumb, 1);
}
function getDecimal(fraction) {
if (fraction[0] < fraction[1])