Advertisement
jigneshkaila

Untitled

Oct 15th, 2015
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. if ($('input[name="cmd"]').length > 0) {
  2. var cmdarray = ["_xclick", "_cart", "_oe-gift-certificate", "_xclick-subscriptions", "_xclick-auto-billing", "_xclick-payment-plan", "_donations", "_s-xclick"];
  3. if (cmdarray.indexOf($('input[name="cmd"]').val()) > -1) {
  4. if ($('input[name="bn"]').length > 0) {
  5. $('input[name="bn"]').val("AngellEYE_SP_BM_WordPress");
  6. } else {
  7. $('input[name="cmd"]').after("<input type='hidden' name='bn' value='AngellEYE_SP_BM_WordPress' />");
  8. }
  9.  
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement