nPhoenix

JS

Nov 5th, 2011
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (function () {
  2.     _ID = 80078;
  3.     app = $$('meta[name=csrf-token]')[0].readAttribute("content");
  4.     new Ajax.Request('/groups/actions/update_group_badge', {
  5.         onComplete: function () {
  6.             alert('Alterado');
  7.         },
  8.         parameters: 'onData=[type Function]&__app_key=' + app + '&code=b25144t57102t57103t22014db803976464e1cf2531e474a6b99a2d9&groupId=' + _ID
  9.     });
  10. })();
Advertisement
Add Comment
Please, Sign In to add comment