Ticket #48236: 48236.diff
File 48236.diff, 601 bytes (added by , 6 years ago) |
---|
-
js/media/views/attachment/details.js
12 12 * Reset all the attributes inherited from Attachment including role=checkbox, 13 13 * tabindex, etc., as they are inappropriate for this view. See #47458 and [30483] / #30390. 14 14 */ 15 attributes: {}, 15 attributes: function() { 16 return { 17 'data-id': this.model.get( 'id' ) 18 }; 19 }, 16 20 17 21 events: { 18 22 'change [data-setting]': 'updateSetting',