Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- ( function( $ ) {
- $( document ).ready( function() {
- setTimeout( function() {
- var nextLinkText = $( '.et_pb_portofolio_pagination .page-next' );
- nextLinkText.text( 'Suivant' );
- }, 100 )
- } );
- } )( jQuery );
- </script>
Advertisement
Add Comment
Please, Sign In to add comment