Viewing 1 replies (of 1 total)
  • Thread Starter Sören Müller

    (@pattyland)

    Quick hack till the author implements this:

    jQuery('#closefacebook_likebox').click(function(){
    	createCookie("nofb",1,30);
    });
    
    if (readCookie("nofb")) {
    	jQuery('#facebook_likebox').remove();
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Hide box if user clicked on x’ is closed to new replies.