Guest User

Untitled

a guest
Jan 19th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. $j(document).ready(function() {
  2.  
  3. //check to see if we're on the anonymous ticket submission page
  4. if(window.location.pathname.match(/\/anonymous_requests\//)) {
  5. $j('#end-user-form p:first').html("please insert text here");
  6. }
  7.  
  8. });
Add Comment
Please, Sign In to add comment