diff --git a/core/modules/widgets/list.js b/core/modules/widgets/list.js index d0ed6f819..f4981df33 100755 --- a/core/modules/widgets/list.js +++ b/core/modules/widgets/list.js @@ -43,7 +43,7 @@ ListWidget.prototype.render = function(parent,nextSibling) { this.renderChildren(parent,nextSibling); // Construct the storyview var StoryView = this.storyViews[this.storyViewName]; - if(!StoryView) { + if(this.storyViewName && !StoryView) { StoryView = this.storyViews["classic"]; } if(StoryView && !this.document.isTiddlyWikiFakeDom) {