Guest User

Untitled

a guest
Feb 20th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. ## prototype.js, line 72
  2.  
  3. /* Simulate other verbs over post */
  4. if (this.options.method != 'get' && this.options.method != 'post') {
  5. parameters += (parameters.length > 0 ? '&' : '') + '_method=' + this.options.method
  6. this.options.method = 'post'
  7. }
Add Comment
Please, Sign In to add comment