Changes between Initial Version and Version 1 of Ticket #37280, comment 9
- Timestamp:
- 12/04/2016 07:04:26 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37280, comment 9
initial v1 1 @dd32 I have created a patch that c nosolidates all the code @Presskopp contributed so far, plus I'm adding a simple fix for removing the boldness from the author fields that are populated by the JavaScript in `edit-comments.js`.1 @dd32 I have created a patch that consolidates all the code @Presskopp contributed so far, plus I'm adding a simple fix for removing the boldness from the author fields that are populated by the JavaScript in `edit-comments.js`. 2 2 3 3 Using jQuery's `.replaceWith` instead of `.text` on `L283` of `edit-comments.js` replaces the `<strong></strong>` placeholder by a text string containing the author name.