diff --git a/zephyr/static/js/ui.js b/zephyr/static/js/ui.js index b3358028f5..da50195418 100644 --- a/zephyr/static/js/ui.js +++ b/zephyr/static/js/ui.js @@ -230,8 +230,8 @@ $(function () { // pointer may still want to move. move_pointer_at_page_top_and_bottom(); } + print_elapsed_time("update_fixed_narrowbar", update_fixed_narrowbar); } - print_elapsed_time("update_fixed_narrowbar", update_fixed_narrowbar); }); $(window).mousewheel(throttled_scrollhandler); $(window).scroll(throttled_scrollhandler);