Merge branch 'develop' of projects.ceondo.com:indefero into develop

This commit is contained in:
William MARTIN
2011-03-04 15:18:21 +01:00
5 changed files with 23 additions and 9 deletions

View File

@@ -5,7 +5,7 @@ $(document).ready(function() {
.addClass("wiki-" + this.tagName.toLowerCase())
.appendTo('#wiki-toc-content');
});
if ($('#wiki-toc-content').size() < 2)
if ($('#wiki-toc-content *').size() < 2)
$('#wiki-toc').hide();
});