mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-08 18:22:47 -08:00
Fixed missing reference to old CloseAllOthers
This commit is contained in:
parent
3800d3b2b1
commit
3d0c6cf41e
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue