Remove extra argument in removeAttribute()
This commit is contained in:
parent
4273f14fe1
commit
c0a47713f3
|
@ -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…
Reference in New Issue
Block a user