forked from Botanical/BotanJS
ArticleContent should display article title
This commit is contained in:
@@ -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 ) );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user