Files
gitlabhq/app/assets/javascripts
Stan Hu 1fdf56c95d Prevent anchors from being hidden by header upon a new page load.
Browsers change the scroll position after the page is loaded, and the current 1 ms
delay wasn't long enough for the browser to jump to the anchor. Even then, it appears
another 100ms delay is necessary to adjust the scroll properly:

http://stackoverflow.com/questions/19057731/scrolltop-on-page-reload-doesnt-work-possible-script-conflict

Add a little more of an offset to see a few lines before the anchor.

Closes #1614
Closes #1024
2015-08-29 02:05:37 -07:00
..
2014-12-30 11:46:48 +02:00
2014-09-01 11:49:17 +02:00
2015-08-12 14:00:59 -07:00
2015-04-22 16:48:39 +03:00
2015-03-17 17:11:57 +02:00
2015-03-04 17:22:55 -08:00
2015-05-26 19:01:11 +02:00