ArticleContent should display article title

This commit is contained in:
2016-05-25 12:13:24 +08:00
parent 1d17093c45
commit 5d2029dd54
5 changed files with 42 additions and 10 deletions
@@ -178,12 +178,12 @@
{
if( incoming )
{
IDOMElement( Dand.wrap() ).lootChildren( __stage[1] );
IDOMElement( __stage[1] ).clear();
var ThisCands = ModLevels.Cands().Get();
if( ThisCands.length )
{
IDOMElement( __stage[1] ).lootChildren( Dand.wrape( ThisCands ) );
IDOMElement( __stage[1] ).loot( Dand.wrape( ThisCands ) );
}
}