mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 23:08:39 +09:00
[Pale Moon] Fix event.stopPropagation is not defined when clicking the show/hide tiles on about:newtab
This commit is contained in:
parent
825f472a93
commit
257e674bde
1 changed files with 1 additions and 1 deletions
|
|
@ -239,6 +239,6 @@ var gPage = {
|
|||
|
||||
toggleEnabled: function(aEvent) {
|
||||
gAllPages.enabled = !gAllPages.enabled;
|
||||
event.stopPropagation();
|
||||
aEvent.stopPropagation();
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue