Fix js to share button

This commit is contained in:
Fabiano 2018-10-03 15:17:38 -03:00
parent 17baf11803
commit 52049e4522
1 changed files with 3 additions and 1 deletions

View File

@ -96,5 +96,7 @@ jQuery( document ).ready(function( $ ) {
});
$('.tainacan-interface-truncate').tainacan_interface_truncate();
$( ".trigger" ).click( function() {
$( ".collection-header--share" ).toggleClass( "active" );
});
});