Skip to content

Commit 89fb007

Browse files
committed
Fix missing selection checkboxes on Backup/Restore page
1 parent 323d760 commit 89fb007

File tree

2 files changed

+177
-161
lines changed

2 files changed

+177
-161
lines changed

web/js/events.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ VE.navigation.move_focus_down = function(){
325325

326326
$('html, body').animate({
327327
scrollTop: $('.units .l-unit.focus').offset().top - 200
328-
}, 80);
328+
}, 200);
329329
}
330330
}
331331

@@ -348,7 +348,7 @@ VE.navigation.move_focus_up = function(){
348348

349349
$('html, body').animate({
350350
scrollTop: $('.units .l-unit.focus').offset().top - 200
351-
}, 80);
351+
}, 200);
352352
}
353353
}
354354

0 commit comments

Comments
 (0)