Tabs: prevent a tab from loading via AJAX

Tabs: prevent a tab from loading via AJAX


I have four tabs. Three of them I want to use normal tab
functionality. The fourth tab is a link to another page on the site,
but when it is clicked, the tabs attempts to load it in via AJAX.
Instead, I just want the user to be directed to that page. I tried
some inline JS on the actual tab itself, disabling the tab, etc. to no
avail. Any ideas on how this can be accomplished?