diff --git a/core/modules/widgets/navigator.js b/core/modules/widgets/navigator.js index fe2a6cd43..4bc217a6a 100755 --- a/core/modules/widgets/navigator.js +++ b/core/modules/widgets/navigator.js @@ -135,8 +135,8 @@ NavigatorWidget.prototype.handleCloseAllTiddlersEvent = function(event) { this.saveStoryList(); return false; }; -// Close all other tiddlers -NavigatorWidget.prototype.handleCloseAllOtherTiddlersEvent = function(event) { +// Close other tiddlers +NavigatorWidget.prototype.handleCloseOtherTiddlersEvent = function(event) { this.storyList = [event.tiddlerTitle]; this.saveStoryList(); return false;