diff --git a/core/modules/startup/story.js b/core/modules/startup/story.js index f8ce38ff2..734f6ae76 100644 --- a/core/modules/startup/story.js +++ b/core/modules/startup/story.js @@ -54,7 +54,9 @@ exports.startup = function() { var hash = $tw.utils.getLocationHash(); if(hash !== $tw.locationHash) { $tw.locationHash = hash; - openStartupTiddlers({defaultToCurrentStory: true}); + if(hash !== "#") { + openStartupTiddlers({defaultToCurrentStory: true}); + } } },false); // Listen for the tm-browser-refresh message