Commit c543cd1e authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix performance issue when browse big diffs

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 9c14ed06
......@@ -20,4 +20,4 @@
Maybe diff is really big and operation failed with timeout. Try to get diff locally
:coffeescript
$('.files .diff-header').stick_in_parent(recalc_every: 1, offset_top: $('.navbar').height())
$('.files .diff-header').stick_in_parent(offset_top: $('.navbar').height())
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment