Ticket #26997: 26997.diff
| File 26997.diff, 696 bytes (added by , 13 years ago) |
|---|
-
src/wp-admin/js/revisions.js
1070 1070 var from = this.model.has('from') ? this.model.get('from').id : 0, 1071 1071 to = this.model.get('to').id; 1072 1072 if ( this.model.get('compareTwoMode' ) ) { 1073 this.navigate( this.baseUrl( '?from=' + from + '&to=' + to ) );1073 this.navigate( this.baseUrl( '?from=' + from + '&to=' + to ), { replace: true } ); 1074 1074 } else { 1075 this.navigate( this.baseUrl( '?revision=' + to ) );1075 this.navigate( this.baseUrl( '?revision=' + to ), { replace: true } ); 1076 1076 } 1077 1077 }, 1078 1078
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)