From acb75ecf6727b3e4e36c3730bd9c57f98604ae28 Mon Sep 17 00:00:00 2001 From: Waseem Daher Date: Mon, 15 Oct 2012 14:32:47 -0400 Subject: [PATCH] Only float narrowbar when #home is active. (imported from commit a2da9b5a41e5a645d0c72ef48ff4a856558bed15) --- zephyr/static/js/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);