Skip to content

Commit

Permalink
Updating the read more functionality #338
Browse files Browse the repository at this point in the history
  • Loading branch information
krugazul committed Dec 3, 2024
1 parent 9293035 commit eecd3aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/js/src/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ if ( window.location.hash ) {
}
button.removeClass('less-link');
button.text( lsx_to.readMoreText );
} else {
button.hide();
}
}

Expand Down

0 comments on commit eecd3aa

Please sign in to comment.