Guest User

Untitled

a guest
May 25th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <script>
  2.  
  3. jQuery( document ).ready(function() {
  4.  
  5. jQuery('.single-post #comment-wrap input#submit').replaceWith('<button name="submit" type="submit" id="submit" class="submit et_pb_button et_pb_submit" value="Submit Comment">Submit Comment</button>');
  6.  
  7.  
  8. });
  9.  
  10. </script>
Add Comment
Please, Sign In to add comment