Making WordPress.org

Changeset 7090


Ignore:
Timestamp:
04/11/2018 06:41:24 AM (7 years ago)
Author:
dd32
Message:

Trac: Move 'Add Comment' to before 'Modify Ticket'.

This uses JS to move it, not ideal but we move a lot of the page around with JS already.

See #3526.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/style/trac/wp-trac.js

    r7086 r7090  
    379379            $('#modify').parent().removeClass('collapsed');
    380380
     381            // Move the Add-Comment before Ticket Modify dialogue.
     382            $('#trac-add-comment').insertBefore( $('#modify').parent() );
     383
    381384            // Push live comment previews above 'Modify Ticket'.
    382385            $('#ticketchange').insertAfter('#trac-add-comment');
Note: See TracChangeset for help on using the changeset viewer.