From 4bdef6d24ad396c3d873acc9318767a54551cd4c Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 22 May 2017 06:03:14 -0400 Subject: [PATCH] Firefox 54 compatibility: rename "new" and "delete" XBL methods --- chrome/content/zotero/bindings/noteeditor.xml | 2 +- chrome/content/zotero/bindings/tagsbox.xml | 6 +++--- chrome/content/zotero/bindings/tagselector.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/chrome/content/zotero/bindings/noteeditor.xml b/chrome/content/zotero/bindings/noteeditor.xml index 61dee77bd..cb3ff0e62 100644 --- a/chrome/content/zotero/bindings/noteeditor.xml +++ b/chrome/content/zotero/bindings/noteeditor.xml @@ -530,7 +530,7 @@ tagsbox and tagsLabel above, so be sure to update fixPopup() if it changes --> diff --git a/chrome/content/zotero/bindings/tagsbox.xml b/chrome/content/zotero/bindings/tagsbox.xml index e5cfbaa31..b1a64da5e 100644 --- a/chrome/content/zotero/bindings/tagsbox.xml +++ b/chrome/content/zotero/bindings/tagsbox.xml @@ -726,7 +726,7 @@ - + + oncommand="document.getBindingParent(this).newTag();"/> diff --git a/chrome/content/zotero/bindings/tagselector.xml b/chrome/content/zotero/bindings/tagselector.xml index 205c851cb..e24e290b8 100644 --- a/chrome/content/zotero/bindings/tagselector.xml +++ b/chrome/content/zotero/bindings/tagselector.xml @@ -772,7 +772,7 @@ - + + oncommand="document.getBindingParent(this).deleteTag(document.popupNode.getAttribute('value')); event.stopPropagation()"/>