| Conditions | 2 |
| Paths | 2 |
| Total Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 1 | Features | 0 |
| 1 | /** global: GLSR, site_reviews, x */ |
||
| 22 | GLSR.postAjax( ev, request, function( response ) { |
||
| 23 | if( !response.class )return; |
||
| 24 | var el = x( ev.target ); |
||
| 25 | el.closest( 'tr' ).removeClass( 'status-pending status-publish' ).addClass( response.class ); |
||
| 26 | el.closest( 'td.column-title' ).find( 'strong' ).html( response.link ); |
||
| 27 | }); |
||
| 28 | }, |
||
| 30 |