[Solved] target _blank funny behaviour [closed]


It’s an issue with this script: http://www.l2herbal.com/js/scrollTo.min.js

Here is a code that changes window URL:

window.location.hash = d

You applied it to all menu links in http://www.l2herbal.com/js/main.js:

$('#nav-boxes a, .logo a, #nav a, #navmobile ul a').scrollTo({ duration: 'slow' });

Change #nav-boxes a selector to exclude forum url.

3

solved target _blank funny behaviour [closed]