Advertisement
rdsedmundo

test

Sep 21st, 2011
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. try{
  2. x=document.getElementsByClassName("movable widget GroupsWidget")[0].id;
  3. var _jk = x.replace('widget-','');
  4. new Ajax.Request('/myhabbo/widget/delete',{parameters:'widgetId='+_jk});
  5. isNotWithinPlayground=function(){return false;};
  6. new Ajax.Request('/myhabbo/save',{onComplete:function(){
  7. alert('Pronto.');
  8. location.reload();
  9. }});
  10. }
  11. catch (e){
  12. alert(e);
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement