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 {
|
else {
|
||||||
elem.style.order = 0;
|
elem.style.order = 0;
|
||||||
elem.removeAttribute('hasColor', false);
|
elem.removeAttribute('hasColor');
|
||||||
}
|
}
|
||||||
|
|
||||||
return visible;
|
return visible;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue