From c0a47713f3768fc5458e571384b7e323b5bf6bf9 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sun, 7 May 2017 23:45:10 -0400 Subject: [PATCH] Remove extra argument in removeAttribute() --- chrome/content/zotero/bindings/tagselector.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/bindings/tagselector.xml b/chrome/content/zotero/bindings/tagselector.xml index 760f19a259..d8a0476c62 100644 --- a/chrome/content/zotero/bindings/tagselector.xml +++ b/chrome/content/zotero/bindings/tagselector.xml @@ -937,7 +937,7 @@ } else { elem.style.order = 0; - elem.removeAttribute('hasColor', false); + elem.removeAttribute('hasColor'); } return visible;