Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- jQuery(document).ready(function($){
- // Custom jQuery goes here
- jQuery( document.body).on('wcl-close-lottery', function(e, response){
- if(response != null ) {
- setTimeout(
- function()
- {
- location.reload();
- }, 2000);
- }
- });
- });
Advertisement
Add Comment
Please, Sign In to add comment