mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-05 04:18:01 +00:00
JSHint!
This commit is contained in:
@@ -172,7 +172,7 @@ exports.postRenderInDom = function() {
|
||||
// Instantiate the story view
|
||||
var storyviewName;
|
||||
if(this.hasParameter("storyviewTiddler")) {
|
||||
storyviewName = this.wiki.getTextReference(this.params.storyviewTiddler)
|
||||
storyviewName = this.wiki.getTextReference(this.params.storyviewTiddler);
|
||||
}
|
||||
if(!storyviewName && this.hasParameter("storyview")) {
|
||||
storyviewName = this.params.storyview;
|
||||
|
Reference in New Issue
Block a user