aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/010-control.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/js/010-control.js')
-rw-r--r--web/js/010-control.js2
1 files changed, 1 insertions, 1 deletions
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])