diff --git a/core/modules/macros/list/list.js b/core/modules/macros/list/list.js index 6d345a29d..f168a1a99 100644 --- a/core/modules/macros/list/list.js +++ b/core/modules/macros/list/list.js @@ -112,7 +112,6 @@ exports.createListElement = function(title) { var node = this.createListElementMacro(title), eventHandler = {handleEvent: function(event) { // Add context information to the event - event.navigateFromListElement = node; event.navigateFromTitle = title; return true; }}; diff --git a/core/modules/macros/navigationcatcher.js b/core/modules/macros/navigationcatcher.js index 4886ab7c9..44fe3ad29 100644 --- a/core/modules/macros/navigationcatcher.js +++ b/core/modules/macros/navigationcatcher.js @@ -47,21 +47,17 @@ exports.eventMap["tw-navigate"] = function(event) { var t,tiddler,slot; // See if the tiddler is already there for(t=0; t