Ticket #30672: 30672.patch
| File 30672.patch, 501 bytes (added by , 12 years ago) |
|---|
-
src/wp-admin/js/revisions.js
405 405 this.set( { 406 406 to : this.revisions.get( state.to ), 407 407 from : this.revisions.get( state.from ), 408 compareTwoMode : this.revisions.get( state.compareTwoMode )408 compareTwoMode : state.compareTwoMode 409 409 } ); 410 410 411 411 // Start the router if browser supports History API