Files
iTop/application
Pierre Goiffon 8efc688ff8 N°3750 data-input-type Ajax refresh : use .attr() only
This attributes value must be get using `.attr()` only, and never .data()
This is what we adopted in the rest of the application.

The `.data()` method must only be used when dealing with large data structure. When having only strings like here, it is OK to store them in the DOM
2021-03-04 16:57:39 +01:00
..
2020-02-24 11:01:24 +01:00
2021-03-04 09:32:02 +01:00
2020-12-10 18:10:45 +01:00