diff --git a/application/palemoon/components/newtab/page.js b/application/palemoon/components/newtab/page.js index ceb2c2a768..34387fd440 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(); } };