|
0f9c658d10
|
Reduced a size of a code for a mindflow. Removed check for empty name property because there's no plans to add more buttons. Click handler function defined outside to eliminate definition of many same functions. Used for ... of instead of traditional for for code reduce and it doesn't drastically affect performance actually. Especially at such low array sizes. Used force arg of a toggle method to reduce code.
|
2022-10-24 23:06:24 +04:00 |
|
|
95c46d824e
|
Converted spaces to tabs to reduce file sizes.
|
2022-10-19 21:20:34 +04:00 |
|
|
f56ad5963a
|
Removed unnecessary const categories array and a local const category.
|
2022-09-19 22:01:40 +04:00 |
|
|
6f45549b73
|
hasAttribute() works not like I thought. Here just a comparison with a string is needed.
|
2022-08-31 08:29:31 +04:00 |
|
|
024befeb33
|
Implemented filtering for mindflow categories.
|
2022-08-31 08:06:45 +04:00 |
|