feature requested in #262
This commit is contained in:
parent
88c076ad11
commit
e0bd1dc586
|
@ -126,6 +126,19 @@ $('body').on('mouseleave','#what-is-federation',function(){
|
|||
|
||||
|
||||
|
||||
/* ·
|
||||
·
|
||||
· Scroll to top when clicking top bar
|
||||
·
|
||||
· · · · · · · · · · · · · */
|
||||
$('body').on('click','.global-nav',function(e) {
|
||||
if($(e.target).is('.global-nav')) {
|
||||
$('html').scrollTop(0);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
|
||||
/* ·
|
||||
·
|
||||
· Register
|
||||
|
|
Loading…
Reference in New Issue
Block a user