mirror of
https://github.com/zotero/zotero.git
synced 2026-09-21 00:22:44 +00:00
Remove extra argument in removeAttribute()
This commit is contained in:
parent
4273f14fe1
commit
c0a47713f3
1 changed files with 1 additions and 1 deletions
|
|
@ -937,7 +937,7 @@
|
|||
}
|
||||
else {
|
||||
elem.style.order = 0;
|
||||
elem.removeAttribute('hasColor', false);
|
||||
elem.removeAttribute('hasColor');
|
||||
}
|
||||
|
||||
return visible;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue