kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Change names to tw=close-other-tiddlers and handleCloseOtherTiddlersEvent
rodzic
c930d84d01
commit
da54236f5a
|
@ -24,7 +24,7 @@ var NavigatorWidget = function(parseTreeNode,options) {
|
|||
{type: "tw-cancel-tiddler", handler: "handleCancelTiddlerEvent"},
|
||||
{type: "tw-close-tiddler", handler: "handleCloseTiddlerEvent"},
|
||||
{type: "tw-close-all-tiddlers", handler: "handleCloseAllTiddlersEvent"},
|
||||
{type: "tw-close-all-other-tiddlers", handler: "handleCloseAllOtherTiddlersEvent"},
|
||||
{type: "tw-close-other-tiddlers", handler: "handleCloseOtherTiddlersEvent"},
|
||||
{type: "tw-new-tiddler", handler: "handleNewTiddlerEvent"},
|
||||
{type: "tw-import-tiddlers", handler: "handleImportTiddlersEvent"},
|
||||
]);
|
||||
|
|
Ładowanie…
Reference in New Issue