vdw/Tabslet

Adding external tab menu link causing flicker

Opened this issue · 0 comments

Hi

Is it possible to add a tab menu that won't trigger the tabs, like this for example?

When clicking on tab 5, it thinks for a second there is another tab, so I get a flash of an empty tab before it goes to the contact page.

<ul class='horizontal'>
<li><a href="#tab-1">Tab 1</li>
<li><a href="#tab-2">Tab 2</a></li>
<li><a href="#tab-2">Tab 3</a></li>
<li><a href="#tab-4">Tab 4</a></li>
<li><a href="/contact/">Tab 5</a></li>
</ul>

Thanks in advance