From de905c886d431e3ba1e4ee1a74b379c5138f75e7 Mon Sep 17 00:00:00 2001 From: Andy Date: Fri, 3 May 2019 13:15:36 -0700 Subject: [PATCH] Fix Issue in PaleMoon 28.5.0 Looks like the method name "export" is reserved. When in doubt, verbose! --- chrome/content/binding.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/content/binding.xml b/chrome/content/binding.xml index 5c070a9..1c0529d 100644 --- a/chrome/content/binding.xml +++ b/chrome/content/binding.xml @@ -10,13 +10,13 @@ class="addon-control export" label="&export.label;" tooltiptext="&export.tooltiptext;" - oncommand="document.getBindingParent(this).export();" /> + oncommand="document.getBindingParent(this).exportXPI();" /> document.getAnonymousElementByAttribute(this, "anonid", "export-btn"); - +