This commit is contained in:
Hannes Mannerheim 2016-01-23 17:11:47 +01:00
parent bb2837fe2b
commit 9efd552de6

View File

@ -481,8 +481,8 @@ $('body').on('mouseleave','#what-is-federation',function(){
·
· · · · · · · · · · · · · */
$('body').on('click','.global-nav',function(e) {
if($(e.target).is('.global-nav')) {
$('html').scrollTop(0);
if($(e.target).hasClass('global-nav')) {
$(window).scrollTop(0);
}
});