1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-08 05:46:05 +00:00

Just open the HelloThere tiddler at startup

This commit is contained in:
Jeremy Ruston
2011-12-28 16:09:33 +00:00
parent 629a5b12da
commit 143454f784

View File

@@ -90,6 +90,5 @@ navigators.install("a","StoryNavigator");
// Navigate to HelloThere
navigators.navigateTo("HelloThere","StoryNavigator");
navigators.navigateTo("TabTimeline","StoryNavigator");
})();