Changeset 24661
- Timestamp:
- 07/11/2013 06:43:18 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/js/revisions.js
r24660 r24661 665 665 initialize: function() { 666 666 this.$el.html( this.template() ); 667 this.listenTo( this.model, 'update:revisions', this.disabledButtonCheck ); 667 668 }, 668 669 669 670 ready: function() { 670 this. listenTo( this.model, 'update:revisions', this.disabledButtonCheck);671 this.disabledButtonCheck(); 671 672 }, 672 673
Note: See TracChangeset
for help on using the changeset viewer.