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