Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. var tmpBattleMsg = battleMsg;
  2. battleMsg = function(c,t){
  3.  
  4. var ret = tmpBattleMsg(c,t);
  5.  
  6. if(c.search(/winner=/) >= 0){
  7. $("#battleclose").click();
  8.  
  9. }
  10. return ret;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement