feature requested in #262

This commit is contained in:
Hannes Mannerheim 2015-08-25 14:12:50 +02:00
parent 88c076ad11
commit e0bd1dc586

View File

@ -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