Changes between Initial Version and Version 1 of Ticket #9153, comment 4


Ignore:
Timestamp:
Oct 9, 2015, 6:59:53 PM (9 years ago)
Author:
Tim Graham

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9153, comment 4

    initial v1  
    33>
    44The following jQuery patched this specific case:
     5{{{
    56function fixManagement(astable) {
    67        var mngForm = astable.split('<tr>', 1);
     
    910        return '<tr><th>'+ mngForm + latter;
    1011}
     12}}}
Back to Top