[Pale Moon] Fix event.stopPropagation is not defined when clicking the show/hide tiles on about:newtab

This commit is contained in:
Matt A. Tobin 2019-05-25 18:36:25 -04:00 committed by Roy Tam
commit 257e674bde

View file

@ -239,6 +239,6 @@ var gPage = {
toggleEnabled: function(aEvent) {
gAllPages.enabled = !gAllPages.enabled;
event.stopPropagation();
aEvent.stopPropagation();
}
};