diff options
-rw-r--r-- | application/palemoon/components/newtab/page.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/palemoon/components/newtab/page.js b/application/palemoon/components/newtab/page.js index ceb2c2a76..34387fd44 100644 --- a/application/palemoon/components/newtab/page.js +++ b/application/palemoon/components/newtab/page.js @@ -239,6 +239,6 @@ var gPage = { toggleEnabled: function(aEvent) { gAllPages.enabled = !gAllPages.enabled; - event.stopPropagation(); + aEvent.stopPropagation(); } }; |