Changes between Initial Version and Version 1 of Ticket #9153, comment 4
- Timestamp:
- Oct 9, 2015, 6:59:53 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9153, comment 4
initial v1 3 3 > 4 4 The following jQuery patched this specific case: 5 {{{ 5 6 function fixManagement(astable) { 6 7 var mngForm = astable.split('<tr>', 1); … … 9 10 return '<tr><th>'+ mngForm + latter; 10 11 } 12 }}}