Index: trunk/extensions/IncludeWP/ext.incwp.js |
— | — | @@ -37,7 +37,8 @@ |
38 | 38 | 'format': 'json', |
39 | 39 | 'prop': 'revisions', |
40 | 40 | 'rvprop':'timestamp|content', |
41 | | - 'titles': sender.attr( 'page' ) |
| 41 | + 'titles': sender.attr( 'page' ), |
| 42 | + 'redirects': 1 |
42 | 43 | }, |
43 | 44 | function( data ) { |
44 | 45 | if ( data.query ) { |