Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <script>
  2. jQuery(document).ready(function(){
  3.  
  4. jQuery(document).on('wof:init',function(){
  5. jQuery('.wof-wheel').on('click','.wof-btn-done',function(e){
  6. jQuery('.wof-wheel').off('click','.wof-btn-done');jQuery('.wof-wheel').off('click','.wof-close');
  7. jQuery('.wof-wheel').on('click','.wof-btn-done',function(e){
  8. e.preventDefault();
  9. location.reload();
  10. });
  11. });
  12.  
  13.  
  14. });
  15. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement