Fix smooth scroll for multi-language setup

This commit is contained in:
Emruz Hossain 2020-10-11 12:34:02 +06:00
parent c7f2ad72ea
commit 057ad0eb78
30 changed files with 94 additions and 43 deletions

View file

@ -64,6 +64,8 @@ var isMobile = false, isTablet = false, isLaptop = false;
$target.focus(); // Set focus again
};
});
// Add hash (#) to URL when done scrolling (default click behavior)
window.location.hash = this.hash
}
}
});