diff --git a/core/modules/widgets/list.js b/core/modules/widgets/list.js index d4b6dbf07..41344a02e 100755 --- a/core/modules/widgets/list.js +++ b/core/modules/widgets/list.js @@ -51,6 +51,9 @@ ListWidget.prototype.render = function(parent,nextSibling) { } else { this.storyview = null; } + if(this.storyview && this.storyview.renderEnd) { + this.storyview.renderEnd(); + } }; /*