diff options
author | 0neGal <mail@0negal.com> | 2022-01-10 16:58:33 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-01-10 17:00:48 +0100 |
commit | 0ceea0f8699d02054ba86c8171ad834a8cdf4747 (patch) | |
tree | dc3659357f9e991d24c07537309fc132750272ad /src/assets | |
parent | 99737d8461108b20b902faa0d6bcfb4b43d44f29 (diff) | |
download | Viper-0ceea0f8699d02054ba86c8171ad834a8cdf4747.tar.gz Viper-0ceea0f8699d02054ba86c8171ad834a8cdf4747.zip |
.disabled instead of .[remove/set]Attribute()
Doing <elem>.disabled = true is the same as
<elem>.setAttribute("disabled", ""), same with <elem>.disabled = false,
being the same as <elem>.removeAttribute("disabled")
Diffstat (limited to 'src/assets')
0 files changed, 0 insertions, 0 deletions