summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/modules/sharedaddy/admin-sharing.js')
-rw-r--r--plugins/jetpack/modules/sharedaddy/admin-sharing.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/jetpack/modules/sharedaddy/admin-sharing.js b/plugins/jetpack/modules/sharedaddy/admin-sharing.js
index f546c7fb..04a65f5a 100644
--- a/plugins/jetpack/modules/sharedaddy/admin-sharing.js
+++ b/plugins/jetpack/modules/sharedaddy/admin-sharing.js
@@ -128,7 +128,8 @@
!$( this ).hasClass( 'preview-print' ) &&
!$( this ).hasClass( 'preview-telegram' ) &&
!$( this ).hasClass( 'preview-jetpack-whatsapp' ) &&
- !$( this ).hasClass( 'share-custom' ) ) {
+ !$( this ).hasClass( 'share-custom' ) &&
+ !$( this ).hasClass( 'share-deprecated' ) ) {
$( this ).find( '.option a span' ).html( '' ).parent().removeClass( 'sd-button' ).parent().attr( 'class', 'option option-smart-on' );
}
} );