Skip to content

Instantly share code, notes, and snippets.

@Saeven
Created July 3, 2014 18:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Saeven/8855fb9934107c0af1e7 to your computer and use it in GitHub Desktop.
Save Saeven/8855fb9934107c0af1e7 to your computer and use it in GitHub Desktop.
$(document).ready( function(){
if( $.cookie('welcome_register') )
{
// show the thanks div
$.removeCookie('welcome_register', { path: '/' });
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment