Themes: Remove a mp6 reference which is no longer needed. See #25948

git-svn-id: https://develop.svn.wordpress.org/trunk@26460 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dion Hulse 2013-11-29 02:02:23 +00:00
parent 23f2fbc433
commit cda0502917

View File

@ -202,7 +202,6 @@ themes.view.Theme = wp.Backbone.View.extend({
activeTheme: function() {
if ( this.model.get( 'active' ) ) {
this.$el.addClass( 'active' );
this.$el.find( '.theme-name' ).addClass( 'mp6-primary' );
$( '.theme-overlay' ).addClass( 'active' );
}
},