Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. TestCsrf =
  2. {
  3.     init: function()
  4.     {
  5.         $('the_form_element_id').request();
  6.     }
  7. }
  8.  
  9. window.observe('load', TestCsrf.init);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement