diff --git a/addons/website/static/src/js/content/snippets.animation.js b/addons/website/static/src/js/content/snippets.animation.js index 52a9923305eaf806ac79b8ff6559c437cf924992..7fe1dac50c62bf35016f5e3a08256a356ba39def 100644 --- a/addons/website/static/src/js/content/snippets.animation.js +++ b/addons/website/static/src/js/content/snippets.animation.js @@ -996,6 +996,9 @@ registry.anchorSlide = publicWidget.Widget.extend({ * @private */ _onAnimateClick: function (ev) { + if (this.$target[0].pathname !== window.location.pathname) { + return; + } var hash = this.$target[0].hash; if (hash === '#top' || hash === '#bottom') { // If the anchor targets #top or #bottom, directly call the