Advertisement
coinwalk

rambo

Feb 18th, 2019
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. $(function(){
  2. $('div.row.dice-auto-content-holder.dice-content-holder > div :input').each(function(){
  3. $(this).removeAttr('disabled');
  4. });
  5. $('#dice-manual-auto-btns > label:nth-child(2) > span.label.label-danger').remove();
  6. $('#dice-manual-auto-btns > label:nth-child(2)').trigger('click');
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement