Fix js to share button
This commit is contained in:
parent
17baf11803
commit
52049e4522
|
@ -96,5 +96,7 @@ jQuery( document ).ready(function( $ ) {
|
|||
});
|
||||
|
||||
$('.tainacan-interface-truncate').tainacan_interface_truncate();
|
||||
|
||||
$( ".trigger" ).click( function() {
|
||||
$( ".collection-header--share" ).toggleClass( "active" );
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue