0
Easy. Open the tabmenu.js with Notepad, and update the preview option as false:
var tabMenuOptions =
{
...
preview: false,
...
};