auquotidien_plugin/static/js: always hide titles

This commit is contained in:
Benjamin Dauvergne 2014-02-10 16:52:06 +01:00
parent de6622fff4
commit 69ffddef9e
1 changed files with 2 additions and 1 deletions

View File

@ -10,8 +10,9 @@ $(document).ready(function () {
}
$plugin.data('initialized', 1);
$titles.hide();
if ($categories.length > 1) {
$titles.hide();
if ($empty) {
$categories.hide();
} else {