Files
grecia/app
Javi Martín b8e352145c Use prop() instead of removeAttr()
According to the jQuery upgrade guide:

> It is almost always a mistake to use .removeAttr("checked") on a DOM
> element. The only time it might be useful is if the DOM is later going
> to be serialized back to an HTML string. In all other cases,
> .prop("checked", false) should be used instead.
2020-08-28 16:10:31 +02:00
..
2020-08-28 16:10:31 +02:00
2020-02-17 16:30:38 +01:00
2020-08-28 16:09:41 +02:00