Ticket #38366: 38366.1.diff
| File 38366.1.diff, 603 bytes (added by , 9 years ago) |
|---|
-
wp-includes/js/customize-views.js
193 193 }, 194 194 195 195 toggleList: function() { 196 var title = this.$el.parent s().prev('.customize-control-title'),196 var title = this.$el.parent().prev('.customize-control-notifications-container').prev('.customize-control-title'), 197 197 randomButton = this.$el.find('.random').parent(); 198 198 if (this.collection.shouldHideTitle()) { 199 199 title.add(randomButton).hide();