Advertisement
Guest User

Untitled

a guest
Jun 14th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. jQuery(document).ready(function(){
  3. if($('.et_pb_post .post-meta').length !== 0){
  4. $('.et_pb_post .post-meta').html($('.et_pb_post .post-meta').html().replace('Kommentieren','Kommentare'));
  5. }
  6. });
  7. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement