Ticket #27848: 27848.patch
File 27848.patch, 450 bytes (added by , 11 years ago) |
---|
-
src/wp-includes/js/customize-views.js
70 70 }, 71 71 72 72 setButtons: function() { 73 var elements = $('.actions .remove');73 var elements = this.$el.find('.actions .remove'); 74 74 if (this.model.get('choice')) { 75 75 elements.show(); 76 76 } else {