got rid of default-tab in listviews

This commit is contained in:
Sarjuuk
2013-05-21 23:01:38 +02:00
parent c5b81bd6e7
commit 3bb5b83baf
21 changed files with 5 additions and 29 deletions

View File

@@ -380,7 +380,6 @@ if (!$smarty->loadCache($cacheKey, $pageData, $filter))
$spells = new SpellList($conditions, true);
$pageData['data'] = $spells->getListviewData();
$pageData['params']['tabs'] = false;
$spells->addGlobalsToJscript($pageData);