www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit c0a47713f3768fc5458e571384b7e323b5bf6bf9
parent 4273f14fe1ce9531eedafaab547436285d12f3ee
Author: Dan Stillman <dstillman@zotero.org>
Date:   Sun,  7 May 2017 23:45:10 -0400

Remove extra argument in removeAttribute()

Diffstat:
Mchrome/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 @@ -937,7 +937,7 @@ } else { elem.style.order = 0; - elem.removeAttribute('hasColor', false); + elem.removeAttribute('hasColor'); } return visible;