8.4.2: tabs don't work in Account pages

Permalink
I want to use tabs in the Account pages but they don't load so I have to load a tabs.js explicitly:
$html = $this->app->make('helper/html');
$this->addFooterItem($html->javascript($pkg->getRelativePath() . '/js/tabs.js'));

but the problem is the tabs don't work on page load (everything is shown on the page from all tabs) and only start working after the 1st click on any tab. Do you know how to fix this?

linuxoid