Files
notifications-admin/app/assets/javascripts
Tom Byers a6f39c08de Dedupe list-entry shared attributes
The `getSharedAttributes` method gathers all
attributes, and [DOM tokens](https://developer.mozilla.org/en-US/docs/Web/API/Element/classList)
in the `class` attribute not controlled by the
module for re-applying in the `render` method.

Because it gathered them for all items, many
duplicates ended up being added to new items.

Browser engines were tidying up the duplicates
but we shouldn't be adding them in the first
place.
2019-05-16 15:36:46 +01:00
..
2018-12-21 14:37:01 +00:00
2018-11-08 22:39:38 +00:00
2019-05-02 11:29:24 +01:00
2019-04-17 12:40:49 +01:00